Made Zacian/Zamazenta's rusted items unlosable, made bad poison icon be shown again in battle

This commit is contained in:
Maruno17
2022-03-07 23:16:13 +00:00
parent 5d8dad58c4
commit 7f8fa16a52
3 changed files with 42 additions and 39 deletions

View File

@@ -251,7 +251,7 @@ class Battle::Scene::PokemonDataBox < SpriteWrapper
# Draw status icon
if @battler.status != :NONE
if @battler.status == :POISON && @battler.statusCount > 0 # Badly poisoned
s = GameData::Status.count
s = GameData::Status.count - 1
else
s = GameData::Status.get(@battler.status).icon_position
end