Skip to content

Commit

Permalink
Update test/battle/move_effect/tar_shot.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
Sneed69 and AlexOn1ine authored Jun 10, 2024
1 parent d8685bb commit 178568e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/battle/move_effect/tar_shot.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ SINGLE_BATTLE_TEST("Tar Shot doubles the effectiveness of Fire-type moves used o
PLAYER(SPECIES_WOBBUFFET);
OPPONENT(species);
} WHEN {
//TURN { MOVE(player, MOVE_FORESTS_CURSE); } // Adds third type
TURN { MOVE(player, MOVE_EMBER); }
TURN { MOVE(player, MOVE_TAR_SHOT); }
TURN { MOVE(player, MOVE_EMBER); }
Expand Down

0 comments on commit 178568e

Please sign in to comment.