mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
More characters customization
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user