diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 15:27:53 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-19 15:27:53 +0000 |
commit | 1600b2069d640c1d199811d4c83814efb180cd5c (patch) | |
tree | e0b29369e84e62b1daadf23833689a861cc56691 /src/map/status.h | |
parent | f8d306dc977e1014ed8cf389614d73218b65b1af (diff) | |
download | hercules-1600b2069d640c1d199811d4c83814efb180cd5c.tar.gz hercules-1600b2069d640c1d199811d4c83814efb180cd5c.tar.bz2 hercules-1600b2069d640c1d199811d4c83814efb180cd5c.tar.xz hercules-1600b2069d640c1d199811d4c83814efb180cd5c.zip |
- Merged Rayce's cleanups of the script engine that account for duplicate labels, non-numeric labels and makes the engine case-insensitive towards keywords like if/case/switch/etc/
- Added the icons for the Food boosts (need packet version 8 to get them).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9673 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 84a231548..968bdd301 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -399,7 +399,13 @@ enum { SI_BUNSINJYUTSU = 207, SI_NEN = 208, SI_ADJUSTMENT = 209, - SI_ACCURACY = 210 + SI_ACCURACY = 210, + SI_FOODSTR = 241, + SI_FOODAGI = 242, + SI_FOODVIT = 243, + SI_FOODDEX = 244, + SI_FOODINT = 245, + SI_FOODLUK = 246, }; // JOINTBEAT stackable ailments |