diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-02 14:28:14 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-02 14:28:14 +0000 |
commit | 737d5d29aaad7a7605f0988d28c92a7763d141be (patch) | |
tree | 8a7d7ec72d157640f36caa12e214bad6108b8d61 /src/map/status.h | |
parent | 1d7c34c953d340d7ea65d6c78e27ccd5de3a1711 (diff) | |
download | hercules-737d5d29aaad7a7605f0988d28c92a7763d141be.tar.gz hercules-737d5d29aaad7a7605f0988d28c92a7763d141be.tar.bz2 hercules-737d5d29aaad7a7605f0988d28c92a7763d141be.tar.xz hercules-737d5d29aaad7a7605f0988d28c92a7763d141be.zip |
* Added the 3 baby skills WE_BABY, CALLBABY and CALLPARENT
* Some tidying up in skill.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1379 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 6c026081e..a07c47153 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -147,6 +147,8 @@ enum { // struct map_session_data の status_changeの番?テ?ブル SC_FORTUNE =176, SC_SERVICE4U =177, SC_SPIDERWEB =180, /* スパイダ?ウェッブ */ +// <-- 181 = unknown status +// <-- 182 = unknown status SC_SACRIFICE =184, /* サクリファイス */ SC_WEDDING =187, //結婚用(結婚衣裳になって?くのが?いとか) SC_NOCHAT =188, //赤エモ?態 @@ -175,7 +177,11 @@ enum { // struct map_session_data の status_changeの番?テ?ブル SC_ADAPTATION =194, SC_CHASEWALK =195, SC_REGENERATION =196, - SC_GUILDAURA =199 + SC_GUILDAURA =199, + SC_BABY =200, + +// Icons + _SC_BABY =200 }; extern int SkillStatusChangeTable[]; |