mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Outfits migration again
This commit is contained in:
18
Data/Scripts/998_InfiniteFusion/UI/PIF_PauseMenu.rb
Normal file
18
Data/Scripts/998_InfiniteFusion/UI/PIF_PauseMenu.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
MenuHandlers.add(:pause_menu, :outfit, {
|
||||
"name" => _INTL("Outfit"),
|
||||
"order" => 51,
|
||||
"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
|
||||
next false
|
||||
|
||||
|
||||
}
|
||||
})# frozen_string_literal: true
|
||||
|
||||
Reference in New Issue
Block a user