hch
2018-12-29 87cfabeeec8f063ab11c70293c7838d4a878750e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveBuff/PassiveBuff_4519.py
@@ -15,8 +15,13 @@
import GameWorld
import SkillCommon
import BuffSkill
import IPY_GameWorld
def CheckCanHappen(attacker, defender, passiveEffect, skillID, **skillkwargs):
    if attacker.GetPlayerAction() == IPY_GameWorld.paDie:
        # 当前已经被处理为死亡,那么就不触发
        return False
    attacker.SetHP(1)
    return False