summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-24 14:21:09 +0000
committerrud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-24 14:21:09 +0000
commit86566b76415cda705383b504c54cecc3c4fa3139 (patch)
treecd34c226d5f89ef552b85670f932573b5a42cc6d /src/map/battle.c
parent5ac133e3b8736d62e57efc3dd42e3db6816605ad (diff)
downloadhercules-86566b76415cda705383b504c54cecc3c4fa3139.tar.gz
hercules-86566b76415cda705383b504c54cecc3c4fa3139.tar.bz2
hercules-86566b76415cda705383b504c54cecc3c4fa3139.tar.xz
hercules-86566b76415cda705383b504c54cecc3c4fa3139.zip
Fixed RA_CAMOUFLAGE where the animation(semi transparent effect) is not seen when sight is refreshed.
Fixed RA_CLUSTERBOMB now it has 1s delay to disappear when activated and does full damage in plants. Fixed Burning status fixed damage (1000+3% of MaxHP) and damage effect and walk delay git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16143 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 565f6e312..4ba8003e8 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1234,7 +1234,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo
//Initial flag
flag.rh=1;
flag.weapon=1;
- flag.infdef=(tstatus->mode&MD_PLANT?1:0);
+ flag.infdef=(tstatus->mode&MD_PLANT&&skill_num!=RA_CLUSTERBOMB?1:0);
//Initial Values
wd.type=0; //Normal attack