Files
2021-10-24 15:36:18 -04:00

12 lines
407 B
Lua
Executable File

phoenix_passive = class( {} )
LinkLuaModifier( "modifier_phoenix_passive", "modifiers/creatures/modifier_phoenix_passive", LUA_MODIFIER_MOTION_NONE )
--------------------------------------------------------------------------------
function phoenix_passive:GetIntrinsicModifierName()
return "modifier_phoenix_passive"
end
--------------------------------------------------------------------------------