mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Fixes super splicers not working correctly from PC
This commit is contained in:
@@ -2319,7 +2319,7 @@ class PokemonStorageScreen
|
|||||||
|
|
||||||
if (Kernel.pbConfirmMessage(_INTL("Fuse the two Pokémon?")))
|
if (Kernel.pbConfirmMessage(_INTL("Fuse the two Pokémon?")))
|
||||||
playingBGM = $game_system.getPlayingBGM
|
playingBGM = $game_system.getPlayingBGM
|
||||||
pbFuse(selectedHead, selectedBase, isSuperSplicer)
|
pbFuse(selectedHead, selectedBase, @fusionItem)
|
||||||
if canDeleteItem(@fusionItem)
|
if canDeleteItem(@fusionItem)
|
||||||
$PokemonBag.pbDeleteItem(@fusionItem)
|
$PokemonBag.pbDeleteItem(@fusionItem)
|
||||||
end
|
end
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user