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 ab223789d..dca3f27f5 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1557,6 +1557,7 @@ static struct Damage battle_calc_weapon_attack( break; case GS_PIERCINGSHOT: skillratio += 20*skill_lv; + flag.idef = flag.idef2 = 1; break; case GS_RAPIDSHOWER: skillratio += 10*skill_lv; |