Use 3-arg PASSES_RANDOMLY in Snow+Blizzard
This commit is contained in:
parent
72bb8b71b6
commit
0b43f5ab0e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ SINGLE_BATTLE_TEST("Snow turns Weather Ball to an Ice-type move and doubles its
|
|||
|
||||
SINGLE_BATTLE_TEST("Snow allows Blizzard to bypass accuracy checks")
|
||||
{
|
||||
PASSES_RANDOMLY(100, 100);
|
||||
PASSES_RANDOMLY(100, 100, RNG_ACCURACY);
|
||||
GIVEN {
|
||||
ASSUME(gBattleMoves[MOVE_BLIZZARD].accuracy == 70);
|
||||
PLAYER(SPECIES_WOBBUFFET);
|
||||
|
|
Loading…
Reference in a new issue