mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Added script to make two random AI trainers battle, tweaked battle messages when logged, fixed typos
This commit is contained in:
@@ -45,7 +45,7 @@ class Battle::AI
|
||||
@trainer = @trainers[(opposes) ? 1 : 0][trainer_index]
|
||||
# Find the AI battler for which the action is being chosen
|
||||
@user = @battlers[idxBattler]
|
||||
@user.refresh_battler
|
||||
@battlers.each { |b| b.refresh_battler if b }
|
||||
end
|
||||
|
||||
# Choose an action.
|
||||
|
||||
Reference in New Issue
Block a user