More characters customization

This commit is contained in:
chardub
2025-04-27 12:17:35 -04:00
parent 4a19fbc754
commit 6536fcda77
10 changed files with 333 additions and 55 deletions

View File

@@ -4,12 +4,13 @@ MenuHandlers.add(:pause_menu, :outfit, {
"condition" => proc { $player.can_change_outfit },
"effect" => proc { |menu|
pbFadeOutIn do
#pbCommonEvent(COMMON_EVENT_OUTFIT)
#todo give Favorite outfit (used to be done through common event)
changeOutfit()
menu.silent_end_screen
end
changeOutfit()
# pbFadeOutIn do
# #pbCommonEvent(COMMON_EVENT_OUTFIT)
# #todo give Favorite outfit (used to be done through common event)
# changeOutfit()
# menu.silent_end_screen
# end
next false