Merge pull request #2278 from rh-hideout/DizzyEggg-dragontailweakarmor

Dragon Tail Weak Armor fix
This commit is contained in:
Eduardo Quezada D'Ottone 2022-09-01 19:54:33 -04:00 committed by GitHub
commit cc174b622c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2016,12 +2016,11 @@ BattleScript_EffectHitSwitchTarget:
resultmessage
waitmessage B_WAIT_TIME_LONG
tryfaintmon BS_TARGET
moveendcase MOVEEND_MAGICIAN @ possibly others?
moveendall
jumpifability BS_TARGET, ABILITY_SUCTION_CUPS, BattleScript_AbilityPreventsPhasingOut
jumpifstatus3 BS_TARGET, STATUS3_ROOTED, BattleScript_PrintMonIsRooted
tryhitswitchtarget BattleScript_EffectHitSwitchTargetMoveEnd
BattleScript_EffectHitSwitchTargetMoveEnd:
moveendall
end
BattleScript_EffectClearSmog: