mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Added Setting for item sell prices, added stat for primal reversions, fixed weird movement when jumping across a map connection
This commit is contained in:
@@ -181,6 +181,7 @@ class Battle
|
||||
battler = @battlers[idxBattler]
|
||||
return if !battler || !battler.pokemon || battler.fainted?
|
||||
return if !battler.hasPrimal? || battler.primal?
|
||||
$stats.primal_reversion_count += 1 if battler.pbOwnedByPlayer?
|
||||
if battler.isSpecies?(:KYOGRE)
|
||||
pbCommonAnimation("PrimalKyogre", battler)
|
||||
elsif battler.isSpecies?(:GROUDON)
|
||||
|
||||
Reference in New Issue
Block a user