mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
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…
x
Reference in New Issue
Block a user