From 90d59676f4e34d970a7c89d82afc8b57f4b34dc8 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 21 Aug 2006 17:55:19 +0000 Subject: - Adjusted Glittering's success rate to 20+10*lv% - Corrected isequipped() so that cards will not be tagged as "used up" unless all the specified items were found. - Fixed a confusion in skill_attack using the src instead of dsrc for some calls, which was causing some problems with the KAITE check from AoE spells. - Fixed ASC_BREAKER's misc damage part not having the ignore-element flag set. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8406 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 c645399e7..51101b3c0 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2519,13 +2519,14 @@ struct Damage battle_calc_misc_attack( case PA_PRESSURE: case GS_FLING: case NJ_ZENYNAGE: - flag.elefix = flag.cardfix = 0; + flag.cardfix = 0; + case ASC_BREAKER: + flag.elefix = 0; case HT_BLITZBEAT: case TF_THROWSTONE: case SN_FALCONASSAULT: case PA_GOSPEL: case CR_ACIDDEMONSTRATION: - case ASC_BREAKER: md.flag = (md.flag&~BF_RANGEMASK)|BF_LONG; break; case HVAN_EXPLOSION: -- cgit v1.2.3-60-g2f50