mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Implemented item portion names, e.g. "bag of Soft Sand"
This commit is contained in:
@@ -1896,8 +1896,8 @@ class PokemonStorageScreen
|
||||
return
|
||||
end
|
||||
if pokemon.item
|
||||
itemname = pokemon.item.name
|
||||
if pbConfirm(_INTL("Take this {1}?", itemname))
|
||||
itemname = pokemon.item.portion_name
|
||||
if pbConfirm(_INTL("Take the {1}?", itemname))
|
||||
if $bag.add(pokemon.item)
|
||||
pbDisplay(_INTL("Took the {1}.", itemname))
|
||||
pokemon.item = nil
|
||||
|
||||
Reference in New Issue
Block a user