xdh
2018-11-15 999d67cffaf12233b98103b513309d5a3a8b6311
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4506.py
@@ -19,7 +19,7 @@
import BuffSkill
import PlayerControl
def CheckCanHappen(attacker, defender, passiveEffect, skillID):
def CheckCanHappen(attacker, defender, passiveEffect, skillID, **skillkwargs):
    tick = GameWorld.GetGameWorld().GetTick()
    # 判断间隔
    if tick - attacker.GetDictByKey("atkRefresh4506") < passiveEffect.GetEffectValue(0):