Skip to content

Commit

Permalink
Fix Ice Heal typo in test
Browse files Browse the repository at this point in the history
Ice heal heals being frozen, not paralyzed
  • Loading branch information
AZero13 authored and mrgriffin committed Dec 10, 2023
1 parent 237c156 commit 8dbce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/battle/item_effect/cure_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SINGLE_BATTLE_TEST("Burn Heal heals a battler from being burned")
}
}

SINGLE_BATTLE_TEST("Ice Heal heals a battler from being paralyzed")
SINGLE_BATTLE_TEST("Ice Heal heals a battler from being frozen")
{
GIVEN {
ASSUME(gItems[ITEM_ICE_HEAL].battleUsage == EFFECT_ITEM_CURE_STATUS);
Expand Down

0 comments on commit 8dbce50

Please sign in to comment.