From 45e87f58af948434abe3603f0bd314ccef79fd49 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Wed, 13 May 2009 11:07:09 +0000 Subject: PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative status changes as COMA, STUN, FREEZE and etc. (bugreport:1346) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13767 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 8cca3886c..951f32d8d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -56,6 +56,7 @@ enum { // BF_WEAPONMASK=0x000f, BF_RANGEMASK= 0x00f0, BF_SKILLMASK= 0x0f00, + //0xf000 is used for marking if a zero damage is resulted from SafetyWall and the like. [Inkfish] }; int battle_delay_damage (unsigned int tick, int amotion, struct block_list *src, struct block_list *target, int attack_type, int skill_id, int skill_lv, int damage, enum damage_lv dmg_lv, int ddelay); -- cgit v1.2.3-70-g09d2