From a312023327fca5075f2ddc75ad71496a3e954818 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 12 Jun 2012 23:06:10 +0000 Subject: Follow up r16280 added renewal checks for the added fireball formula and fixed napalm stacking with the new formula git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16283 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/map/battle.c b/src/map/battle.c index aed397c72..a19493025 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3257,8 +3257,13 @@ struct Damage battle_calc_magic_attack(struct block_list *src,struct block_list switch(skill_num){ case MG_NAPALMBEAT: skillratio += skill_lv*10-30; + break; case MG_FIREBALL: + #ifdef RENEWAL skillratio += 20*skill_lv; + #else + skillratio += skill_lv*10-30; + #endif break; case MG_SOULSTRIKE: if (battle_check_undead(tstatus->race,tstatus->def_ele)) -- cgit v1.2.3-70-g09d2