mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-02-01 02:51:03 +00:00
More revamping and rearranging
This commit is contained in:
@@ -664,7 +664,7 @@ class PokemonParty_Scene
|
||||
next false if !pbCanUseOnPokemon?(itm)
|
||||
if itm.is_machine?
|
||||
move = itm.move
|
||||
next false if pokemon.hasMove?(move) || !pokemon.compatibleWithMove?(move)
|
||||
next false if pokemon.hasMove?(move) || !pokemon.compatible_with_move?(move)
|
||||
end
|
||||
next true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user