summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 09b8d7439..50afba057 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1646,7 +1646,7 @@ static struct Damage battle_calc_weapon_attack(
skillratio += 30*skill_lv;
break;
case AS_SONICBLOW:
- skillratio += 200+50*skill_lv;
+ skillratio += 300+40*skill_lv;
break;
case TF_SPRINKLESAND:
skillratio += 30;