Added effect of Dragon Darts, fixed incorrect status icon being used in battle

This commit is contained in:
Maruno17
2021-09-04 20:53:43 +01:00
parent 423961e524
commit c7fd147040
14 changed files with 528 additions and 441 deletions

View File

@@ -28,6 +28,7 @@ class PokeBattle_DamageState
@typeMod = Effectiveness::INEFFECTIVE
@unaffected = false
@protected = false
@missed = false
@magicCoat = false
@magicBounce = false
@totalHPLost = 0
@@ -36,7 +37,6 @@ class PokeBattle_DamageState
end
def resetPerHit
@missed = false
@calcDamage = 0
@hpLost = 0
@critical = false