From bf07760665f25b3a80af93c7bc68427c1f77349c Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 1 Feb 2006 19:14:28 +0000 Subject: - Trick Dead makes you stop walking now. - Falcon Assault only does 1 hit now. - Soul Burn is not affected by Lex Aeterna, not affected by target's cards. - Freeze and Stone take preference over Benedictio - Opt1 inducing SCs fail if the target has already another Opt1 - Fixed areamonster when the passed class is negative - Removed the clear screen when launching the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 5f014879f..39256a8f2 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -620,7 +620,7 @@ int battle_calc_damage(struct block_list *src,struct block_list *bl,int damage,i return 0; //Now damage increasing effects - if(sc->data[SC_AETERNA].timer!=-1 && skill_num != PA_PRESSURE){ + if(sc->data[SC_AETERNA].timer!=-1 && skill_num != PA_PRESSURE && skill_num != PF_SOULBURN){ damage<<=1; if (skill_num != ASC_BREAKER || flag & BF_MAGIC) //Only end it on the second attack of breaker. [Skotlex] status_change_end( bl,SC_AETERNA,-1 ); @@ -2655,7 +2655,8 @@ struct Damage battle_calc_magic_attack( MATK_RATE(cardfix); } - if (tsd && skill_num != HW_GRAVITATION) { //Card fixes always apply on the target side. [Skotlex] + if (tsd && skill_num != HW_GRAVITATION && skill_num != PF_SOULBURN) + { //Card fixes always apply on the target side. [Skotlex] short s_race2=status_get_race2(src); short s_class= status_get_class(src); short cardfix=100; -- cgit v1.2.3-70-g09d2