Merge branch 'master' into dev

This commit is contained in:
Maruno17
2021-02-08 18:38:54 +00:00
6 changed files with 10 additions and 8 deletions

View File

@@ -3026,7 +3026,7 @@ class PokeBattle_AI
when "173"
#---------------------------------------------------------------------------
when "174"
score -= 90 if user.turnCount>0 || user.lastRoundMoved>=0
score -= 90 if user.turnCount > 0
#---------------------------------------------------------------------------
when "175"
score += 30 if target.effects[PBEffects::Minimize]