We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3326daa commit 7bb75aaCopy full SHA for 7bb75aa
Data/Scripts/016_UI/017_UI_PokemonStorage.rb
@@ -2368,8 +2368,8 @@ def reverseFromPC(selected)
2368
end
2369
if Kernel.pbConfirmMessageSerious(_INTL("Should {1} be reversed?", pokemon.name))
2370
reverseFusion(pokemon)
2371
+ $PokemonBag.pbDeleteItem(:DNAREVERSER) if $PokemonBag.pbQuantity(:INFINITEREVERSERS) <= 0
2372
- $PokemonBag.pbDeleteItem(:DNAREVERSER) if $PokemonBag.pbQuantity(:INFINITEREVERSERS) <= 0
2373
2374
2375
def pbUnfuseFromPC(selected)
0 commit comments