mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Added $player.has_box_link and $player.has_exp_all in addition to those items
This commit is contained in:
@@ -1151,7 +1151,7 @@ class PokemonPartyScreen
|
||||
|
||||
def pbPokemonScreen
|
||||
can_access_storage = false
|
||||
if $bag.has?(:POKEMONBOXLINK)
|
||||
if $player.has_box_link || $bag.has?(:POKEMONBOXLINK)
|
||||
if !$game_switches[Settings::DISABLE_BOX_LINK_SWITCH] &&
|
||||
!$game_map.metadata&.has_flag?("DisableBoxLink")
|
||||
can_access_storage = true
|
||||
|
||||
Reference in New Issue
Block a user