Hats menu navigation improvements

This commit is contained in:
chardub
2025-03-10 12:59:14 -04:00
parent 3d6e76a41e
commit 36851c7bb7
11 changed files with 432 additions and 18 deletions

View File

@@ -31,6 +31,10 @@ class HairMartAdapter < OutfitsMartAdapter
@version = newVersion
end
def player_changed_clothes?()
$Trainer.hairstyle != @worn_hair
end
#player can't "own" hairstyles
# if you want to go back one you had before, you have to pay again
def itemOwned(item)