xdh
2019-06-10 a388abb4b97782c1c694a8d28d8a1e73e03a35c0
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveSkill_4094.py
@@ -15,9 +15,10 @@
import GameObj
def CheckCanHappen(attacker, defender, effect, curSkill):
    if not GameObj.GetPyPlayerState(defender, effect.GetEffectValue(1)):
        #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1))
        return False
    if effect.GetEffectValue(1):
        if not GameObj.GetPyPlayerState(defender, effect.GetEffectValue(1)):
            #GameWorld.DebugLog("状态触发----%s"%effect.GetEffectValue(1))
            return False
    return True