Don't burn the opponent if it has Flare Boost.
This commit is contained in:
parent
3c7e60a441
commit
7e6f34777b
1 changed files with 1 additions and 0 deletions
|
@ -819,6 +819,7 @@ AI_CBM_Torment: @ 82DC6A9
|
||||||
AI_CBM_WillOWisp: @ 82DC6B4
|
AI_CBM_WillOWisp: @ 82DC6B4
|
||||||
get_ability AI_TARGET
|
get_ability AI_TARGET
|
||||||
if_equal ABILITY_WATER_VEIL, Score_Minus10
|
if_equal ABILITY_WATER_VEIL, Score_Minus10
|
||||||
|
if_equal ABILITY_FLARE_BOOST, Score_Minus10
|
||||||
if_status AI_TARGET, STATUS1_ANY, Score_Minus10
|
if_status AI_TARGET, STATUS1_ANY, Score_Minus10
|
||||||
if_type_effectiveness AI_EFFECTIVENESS_x0, Score_Minus10
|
if_type_effectiveness AI_EFFECTIVENESS_x0, Score_Minus10
|
||||||
if_type_effectiveness AI_EFFECTIVENESS_x0_5, Score_Minus10
|
if_type_effectiveness AI_EFFECTIVENESS_x0_5, Score_Minus10
|
||||||
|
|
Loading…
Reference in a new issue