diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 92297e67d..133b7eed7 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2177,6 +2177,7 @@ struct Damage battle_calc_magic_attack( ad.blewcount = 0; //No knockback else ad.blewcount |= 0x10000; + case HW_GRAVITATION: ad.dmotion = 0; //No flinch animation. break; case WZ_STORMGUST: //Should knockback randomly. |