mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Fixed bad AI for Sticky Web
This commit is contained in:
@@ -2806,7 +2806,7 @@ class PokeBattle_AI
|
|||||||
when "152"
|
when "152"
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
when "153"
|
when "153"
|
||||||
score -= 95 if target.pbOwnSide.effects[PBEffects::StickyWeb]
|
score -= 95 if user.pbOpposingSide.effects[PBEffects::StickyWeb]
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
when "154"
|
when "154"
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user