mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Merge branch 'master' of https://github.com/Maruno17/pokemon-essentials
This commit is contained in:
@@ -2627,7 +2627,7 @@ class PokeBattle_AI
|
||||
score += avg/2
|
||||
#---------------------------------------------------------------------------
|
||||
when "13B"
|
||||
if !isConst?(user.species,PBSpecies,:HOOPA) || user.form!=1
|
||||
if !user.isSpecies?(:HOOPA) || user.form!=1
|
||||
score -= 100
|
||||
else
|
||||
score += 20 if target.stages[PBStats::DEFENSE]>0
|
||||
|
||||
Reference in New Issue
Block a user