diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:06:58 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 00:06:58 +0000 |
commit | c638f42f8e80a980c21e210c6ce149731dd53b17 (patch) | |
tree | 6bf9674cded19cfc613502938493cfc6a2ad9ea1 /src/map/status.h | |
parent | 1bf878b4c845d29f13a370b0aa3e18f434b57bb5 (diff) | |
download | hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.gz hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.bz2 hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.tar.xz hercules-c638f42f8e80a980c21e210c6ce149731dd53b17.zip |
- Removed OPTION_XMAS, it seems to not exist....
- Added SC_SMA to handle "ready to use SMA" status (rather than SC_COMBO) since it has a visual effect to use.
- Corrected the value of OPTION_FLYING
- Using SG_FUSION ends Soul Linked effect.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6438 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index a42cb9e41..57db4c937 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -241,7 +241,7 @@ enum { SC_SUITON,
SC_NEN,
SC_KNOWLEDGE,
-
+ SC_SMA, //Not combined with SC_COMBO because SMA has it's own visual effect. [Skotlex].
SC_MAX, //Automatically updated max, used in for's and at startup to check we are within bounds. [Skotlex]
};
extern int SkillStatusChangeTable[MAX_SKILL];
@@ -352,7 +352,7 @@ enum { SI_KAIZEL = 156,
SI_KAAHI = 157,
SI_KAUPE = 158,
-// 159 = blue sparks and item-heal sound effect. Looks like item-use effect.
+ SI_SMA = 159,
// 160
SI_ONEHAND = 161,
SI_WARM = 165,
|