diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 4f2e03e5f..12e8f69f6 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1213,6 +1213,8 @@ static struct Damage battle_calc_weapon_attack( case W_SHOTGUN: case W_GATLING: case W_GRENADE: + case W_WHIP: //These two do use arrow based skills. + case W_MUSICAL: break; default: i |= 16; // for ex. shuriken must not be influenced by DEX |