Fixed Effect Spore ability interaction with multi hit contact moves

This commit is contained in:
CaptainSegis 2017-01-19 17:44:52 -05:00
parent bd204cd026
commit 4019f7777b
1 changed files with 1 additions and 0 deletions

View File

@ -1936,6 +1936,7 @@
InflictParalysis(own, Not own, BattleScreen, op.GetDisplayName() & "'s Effect Spore affects " & p.GetDisplayName() & "!", "effectspore")
Else
InflictSleep(own, Not own, BattleScreen, -1, op.GetDisplayName() & "'s Effect Spore affects " & p.GetDisplayName() & "!", "effectspore")
i = TimesToAttack
End If
End If
End If