initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
monkey_king_jingu_mastery_aghsfort = class({})
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
function monkey_king_jingu_mastery_aghsfort:OnSpellStart()
|
||||
if IsServer() then
|
||||
self:GetCaster():AddNewModifier( self:GetCaster(), self, "modifier_monkey_king_quadruple_tap_bonuses", { duration = self:GetSpecialValueFor( "max_duration" ) } )
|
||||
end
|
||||
end
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user