ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_4082.py
@@ -25,9 +25,10 @@ SkillShell.UsePassiveTriggerSkill(attacker, useSkill, defender, GameWorld.GetGameWorld().GetTick(), True) return False if not GameObj.GetPyPlayerState(attacker, effect.GetEffectValue(1)): #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1)) return False if effect.GetEffectValue(2): if not GameObj.GetPyPlayerState(attacker, effect.GetEffectValue(2)): #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1)) return False return GameWorld.CanHappen(effect.GetEffectValue(0))