mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Fixed error when using Rotom Catalog
This commit is contained in:
@@ -1210,7 +1210,7 @@ ItemHandlers::UseOnPokemon.add(:ROTOMCATALOG, proc { |item, qty, pkmn, scene|
|
|||||||
_INTL("Cancel")
|
_INTL("Cancel")
|
||||||
]
|
]
|
||||||
new_form = scene.pbShowCommands(_INTL("Which appliance would you like to order?"),
|
new_form = scene.pbShowCommands(_INTL("Which appliance would you like to order?"),
|
||||||
commands, pkmn.form)
|
choices, pkmn.form)
|
||||||
if new_form == pkmn.form
|
if new_form == pkmn.form
|
||||||
scene.pbDisplay(_INTL("It won't have any effect."))
|
scene.pbDisplay(_INTL("It won't have any effect."))
|
||||||
next false
|
next false
|
||||||
|
|||||||
Reference in New Issue
Block a user