mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Added $player.has_box_link and $player.has_exp_all in addition to those items
This commit is contained in:
@@ -8,7 +8,7 @@ class Battle
|
||||
return if !@internalBattle || !@expGain
|
||||
# Go through each battler in turn to find the Pokémon that participated in
|
||||
# battle against it, and award those Pokémon Exp/EVs
|
||||
expAll = $bag.has?(:EXPALL)
|
||||
expAll = $player.has_exp_all || $bag.has?(:EXPALL)
|
||||
p1 = pbParty(0)
|
||||
@battlers.each do |b|
|
||||
next unless b && b.opposes? # Can only gain Exp from fainted foes
|
||||
|
||||
Reference in New Issue
Block a user