Fixed Effect Spore ability interaction with multi hit contact moves
This commit is contained in:
parent
bd204cd026
commit
4019f7777b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue