Fix Storm Drain/Dive bug

If Storm Drain is triggered by dive it should clear the attacker's semi-invulnerable status.
This commit is contained in:
BuffelSaft 2021-10-14 16:40:18 +13:00
parent d689842689
commit 85dd7ff63c

View File

@ -7525,6 +7525,7 @@ BattleScript_MoveStatDrain::
waitanimation
printstring STRINGID_TARGETABILITYSTATRAISE
waitmessage B_WAIT_TIME_LONG
clearsemiinvulnerablebit
tryfaintmon BS_ATTACKER, FALSE, NULL
goto BattleScript_MoveEnd