mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 19:02:25 +08:00
11 lines
227 B
Go
11 lines
227 B
Go
-- 雪堆被攻击
|
|
function OnBeHurt(context, element_type, strike_type, is_host)
|
|
if is_host == true then
|
|
if ElementType.Fire == element_type then
|
|
ScriptLib.SetGadgetState(context, GadgetState.GearStart)
|
|
end
|
|
|
|
end
|
|
end
|
|
|