mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
clown nose
This commit is contained in:
@@ -77,6 +77,17 @@ class ClothesShopPresenter < PokemonMartScreen
|
||||
|
||||
playOutfitChangeAnimation()
|
||||
pbMessage(_INTL("You put on the hat(s)!\\wtnp[30]"))
|
||||
|
||||
if hasHat?(HAT_CLOWN) && !isWearingHat(HAT_CLOWN)
|
||||
$game_temp.corrupted_map=true
|
||||
pbBGMPlay("corrupted")
|
||||
updateTilesets
|
||||
else
|
||||
$game_temp.corrupted_map=false
|
||||
pbBGMStop
|
||||
pbBGMPlay($game_map.map.bgm)
|
||||
updateTilesets
|
||||
end
|
||||
end
|
||||
|
||||
def dyeOptions(secondary_hat=false,item)
|
||||
|
||||
Reference in New Issue
Block a user