summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 09:14:11 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 09:14:11 +0000
commit82cf6eb7d3925cc1a954b61bfbcdb0e07ac130ca (patch)
treeee5eb1d8a1ee5ea725e7dd1b9e5de97d46d5614e /src/map/status.h
parentb2627b3fa308417022204f028e93a6eaba16a199 (diff)
downloadhercules-82cf6eb7d3925cc1a954b61bfbcdb0e07ac130ca.tar.gz
hercules-82cf6eb7d3925cc1a954b61bfbcdb0e07ac130ca.tar.bz2
hercules-82cf6eb7d3925cc1a954b61bfbcdb0e07ac130ca.tar.xz
hercules-82cf6eb7d3925cc1a954b61bfbcdb0e07ac130ca.zip
partial SC work. it doesn't break, but it doesn't work either.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5529 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 5ca71ce6a..d136394da 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -230,7 +230,17 @@ enum {
SC_SKA, // [marquis007]
SC_TKDORI, // [marquis007]
SC_MIRACLE, //SG 'hidden' skill [Komurka]
- //
+ //Ninja/GS states
+ SC_MADNESSCANCEL,
+ SC_ADJUSTMENT,
+ SC_INCREASING, //230
+ SC_GATLINGFEVER,
+ SC_TATAMIGAESHI,
+ SC_UTSUSEMI,
+ SC_KAENSIN,
+ SC_SUITON,
+ SC_NEN,
+
SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex]
};
extern int SkillStatusChangeTable[MAX_SKILL];