Fixes issue when putting on clothes

This commit is contained in:
chardub
2025-03-09 22:34:42 -04:00
parent bc2d48488e
commit 3d6e76a41e
8 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ class ClothesShopPresenter < PokemonMartScreen
end
def putOnClothes(item)
@adapter.putOnOutfit(item)
@adapter.putOnOutfit(item) if item
@scene.pbEndBuyScene
end