Apply 0 damage fix for Bide only
This commit is contained in:
parent
5019a59c0d
commit
1e8c1bf9b8
|
@ -2154,7 +2154,7 @@
|
|||
|
||||
If effectiveness <> 0 Then
|
||||
|
||||
If Damage = 0 Then
|
||||
If Damage = 0 AndAlso moveUsed.ID = 117 Then
|
||||
BattleScreen.BattleQuery.Add(New TextQueryObject("But it failed..."))
|
||||
moveUsed.MoveMisses(own, BattleScreen)
|
||||
effectiveness = 0
|
||||
|
|
Loading…
Reference in New Issue