Skip to content

Commit

Permalink
fixed in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
PCG06 committed Apr 5, 2024
1 parent 634d5d8 commit 2be3e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/battle/ability/booster_energy.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SINGLE_BATTLE_TEST("Booster Energy will activate Quark Drive after Electric Terr
MESSAGE("The electricity disappeared from the battlefield.");
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_HELD_ITEM_EFFECT, player);
ABILITY_POPUP(player, ABILITY_QUARK_DRIVE);
MESSAGE("Iron Moth's used its Booster Energy to activate Quark Drive!");
MESSAGE("Iron Moth used its Booster Energy to activate Quark Drive!");
MESSAGE("Iron Moth's Sp. Atk was heightened!");
}
}
Expand All @@ -50,7 +50,7 @@ SINGLE_BATTLE_TEST("Booster Energy will activate Protosynthesis after harsh sunl
ABILITY_POPUP(opponent, ABILITY_DROUGHT);
NONE_OF {
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_HELD_ITEM_EFFECT, player);
MESSAGE("RagingBolt's used its Booster Energy to activate Protosynthesis!");
MESSAGE("RagingBolt used its Booster Energy to activate Protosynthesis!");
MESSAGE("RagingBolt's Sp. Atk was heightened!");
}
ABILITY_POPUP(player, ABILITY_PROTOSYNTHESIS);
Expand All @@ -59,7 +59,7 @@ SINGLE_BATTLE_TEST("Booster Energy will activate Protosynthesis after harsh sunl
MESSAGE("The sunlight faded.");
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_HELD_ITEM_EFFECT, player);
ABILITY_POPUP(player, ABILITY_PROTOSYNTHESIS);
MESSAGE("RagingBolt's used its Booster Energy to activate Protosynthesis!");
MESSAGE("RagingBolt used its Booster Energy to activate Protosynthesis!");
MESSAGE("RagingBolt's Sp. Atk was heightened!");
}
}
Expand All @@ -82,7 +82,7 @@ SINGLE_BATTLE_TEST("Booster Energy activates Protosynthesis and increases highes
} SCENE {
ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_HELD_ITEM_EFFECT, player);
ABILITY_POPUP(player, ABILITY_PROTOSYNTHESIS);
MESSAGE("RagingBolt's used its Booster Energy to activate Protosynthesis!");
MESSAGE("RagingBolt used its Booster Energy to activate Protosynthesis!");
if (attack == 110)
MESSAGE("RagingBolt's Attack was heightened!");
else if (defense == 110)
Expand Down

0 comments on commit 2be3e84

Please sign in to comment.