mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Download alt sprites
This commit is contained in:
@@ -25,11 +25,12 @@ class StorageSystemPC
|
||||
end
|
||||
|
||||
def name
|
||||
if $Trainer.seen_storage_creator
|
||||
return _INTL("{1}'s PC",pbGetStorageCreator)
|
||||
else
|
||||
return _INTL("Someone's PC")
|
||||
end
|
||||
return "Pokemon Storage"
|
||||
#if $Trainer.seen_storage_creator
|
||||
# return _INTL("{1}'s PC",pbGetStorageCreator)
|
||||
#else
|
||||
# return _INTL("Someone's PC")
|
||||
#end
|
||||
end
|
||||
|
||||
def access
|
||||
|
||||
Reference in New Issue
Block a user