diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-22 08:54:05 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-22 08:54:05 +0800 |
commit | db3764a5a20f265d21cf10e45f03159e95935784 (patch) | |
tree | 29104f31ca3130c5265a3ed14c8d1da8b66fcb0c /src/map/status.h | |
parent | d02496a043ded53fc715d673c257b29293c05b56 (diff) | |
download | hercules-db3764a5a20f265d21cf10e45f03159e95935784.tar.gz hercules-db3764a5a20f265d21cf10e45f03159e95935784.tar.bz2 hercules-db3764a5a20f265d21cf10e45f03159e95935784.tar.xz hercules-db3764a5a20f265d21cf10e45f03159e95935784.zip |
Item Update:
- Added SC_MOVHASTE_POTION and SC_MOVESLOW_POTION.
- Change some item effects based on Aegis's special.sc.
- White space adjustments
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 187188dfb..3bf862163 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -815,6 +815,8 @@ typedef enum sc_type { SC_STR_SCROLL, SC_INT_SCROLL, // 630 SC_STEAMPACK, + SC_MOVHASTE_POTION, + SC_MOVESLOW_POTION, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -1011,7 +1013,7 @@ enum si_type { SI_INCSTR = 182, //SI_NOT_EXTREMITYFIST = 183, SI_CLAIRVOYANCE = 184, - //SI_MOVESLOW_POTION = 185, + SI_MOVESLOW_POTION = 185, SI_DOUBLECASTING = 186, //SI_GRAVITATION = 187, SI_OVERTHRUSTMAX = 188, |