Update test/battle/move_effect/tar_shot.c

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
sneed 2024-06-10 22:15:39 +03:00 committed by GitHub
parent d8685bb3b1
commit 178568e05d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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); }