summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-05 22:00:01 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-05 22:00:01 +0000
commita09b9f87fa701f19001c2fb312c88c2496816197 (patch)
tree75877e316eef5efa1686a6d62f6564e0e98722a2 /src/map/skill.h
parent10241e75ad611e2f2355e5d85151f68c070aa079 (diff)
downloadhercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.gz
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.bz2
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.tar.xz
hercules-a09b9f87fa701f19001c2fb312c88c2496816197.zip
- Added NK value 0x80: ignore target's cards (0x8 will now only ignore attacker's cards).
- Corrected the NK values of skills (0x08 -> 0x80): Self Destruction, Smoking, Pressure, Fling, Zeny Nage, BioExplosion - Soul Burn & Gravitation got NK 0x80 (previously hardcoded) - Corrected Soul Breaker ignoring target's cards instead of the caster's. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9967 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index dc1bcbe23..bc850af21 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -26,10 +26,11 @@
#define NK_NO_DAMAGE 0x01
#define NK_SPLASH (0x02|0x04) // 0x4 = splash & split
#define NK_SPLASHSPLIT 0x04
-#define NK_NO_CARDFIX 0x08
+#define NK_NO_CARDFIX_ATK 0x08
#define NK_NO_ELEFIX 0x10
#define NK_IGNORE_DEF 0x20
#define NK_IGNORE_FLEE 0x40
+#define NK_NO_CARDFIX_DEF 0x08
//A skill with 3 would be no damage + splash: area of effect.
//Constants to identify a skill's inf2 value.