mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Added method $Trainer.party_full?
This commit is contained in:
@@ -1681,7 +1681,7 @@ class PokemonStorageScreen
|
||||
if box==-1
|
||||
raise _INTL("Can't withdraw from party...");
|
||||
end
|
||||
if @storage.party.length >= MAX_PARTY_SIZE
|
||||
if @storage.party_full?
|
||||
pbDisplay(_INTL("Your party's full!"))
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user