diff options
author | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 17:15:36 +0000 |
---|---|---|
committer | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 17:15:36 +0000 |
commit | a81d4e79c7aa5b519047ee4ee1d59f5ecf27083f (patch) | |
tree | b0df7a38663d229d2aa5f2e099ad879471619948 /src/map/status.h | |
parent | 3d6011c46f2f556aa0b9ad41c9e6139ba687e90d (diff) | |
download | hercules-a81d4e79c7aa5b519047ee4ee1d59f5ecf27083f.tar.gz hercules-a81d4e79c7aa5b519047ee4ee1d59f5ecf27083f.tar.bz2 hercules-a81d4e79c7aa5b519047ee4ee1d59f5ecf27083f.tar.xz hercules-a81d4e79c7aa5b519047ee4ee1d59f5ecf27083f.zip |
There go the status icons.
What is SI_MAEMI? Or rather, the icon in i_maemi.tga.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5534 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index d136394da..ccaf54209 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -371,6 +371,14 @@ enum { SI_WINKCHARM = 199,
SI_CLOSECONFINE = 200,
SI_CLOSECONFINE2 = 201,
+ SI_MADNESSCANCEL = 203, //[blackhole89]
+ SI_GATLINGFEVER = 204,
+ // 205 = Gloria again
+ SI_MAEMI = 206,
+ // 207 = crash
+ SI_NEN = 208,
+ SI_ADJUSTMENT = 209,
+ SI_ACCURACY = 210
};
extern int StatusIconChangeTable[];
|