mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed Battle Tower/Cups/Palace, fixed bug when using Metronome, fixed bad AI for Conversion/Conversion 2
This commit is contained in:
@@ -1660,7 +1660,7 @@ class PokeBattle_Move_0B6 < PokeBattle_Move
|
||||
|
||||
def pbMoveFailed?(user,targets)
|
||||
@metronomeMove = nil
|
||||
move_keys = GameData::Move::DATA.keys.sort
|
||||
move_keys = GameData::Move::DATA.keys
|
||||
# NOTE: You could be really unlucky and roll blacklisted moves 1000 times in
|
||||
# a row. This is too unlikely to care about, though.
|
||||
1000.times do
|
||||
|
||||
Reference in New Issue
Block a user