mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user