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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index f11e014fc..f8f16c2b1 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1505,8 +1505,7 @@ static struct Damage battle_calc_weapon_attack(
skillratio += 200;
break;
case HFLI_MOON: //[orn]
- skillratio += ( 110 * (skill_lv + 1) ) - 100 ;
- skillratio /= wd.div_ ;
+ skillratio += 10+110*skill_lv;
break;
case HFLI_SBR44: //[orn]
skillratio += 100 * skill_lv ;