Removes some debugging logs

This commit is contained in:
chardub
2025-03-14 11:32:15 -04:00
parent d754fc45f5
commit 47876255e9
5 changed files with 33 additions and 6 deletions

View File

@@ -158,11 +158,15 @@ class HatsMartAdapter < OutfitsMartAdapter
end
def putOnSelectedOutfit()
putOnHat($Trainer.hat,true,false) if $Trainer.hat
putOnHat($Trainer.hat2,true,true) if $Trainer.hat2
@worn_clothes = $Trainer.hat
@worn_clothes2 = $Trainer.hat2
playOutfitChangeAnimation()
pbMessage(_INTL("You put on the hat(s)!\\wtnp[30]"))
end
def putOnOutfit(item)