diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 23:27:22 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-03 23:27:22 +0000 |
commit | 58a49148ed8667e49214d4814fe771e7cceec427 (patch) | |
tree | 6542200adf9c37566b39efb3c86d4b25715c5593 /src/map/status.h | |
parent | d3e6e368ac40c44fb13978a7529f8f818cdc0731 (diff) | |
download | hercules-58a49148ed8667e49214d4814fe771e7cceec427.tar.gz hercules-58a49148ed8667e49214d4814fe771e7cceec427.tar.bz2 hercules-58a49148ed8667e49214d4814fe771e7cceec427.tar.xz hercules-58a49148ed8667e49214d4814fe771e7cceec427.zip |
Changes to reduce the number of map cell types
- Pneuma now again works via status change (see r3969)
- removed unused CELL_SAFETYWALL
- removed custom CELL_REGEN, it just increased regen rate (r1192, r1518)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12005 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index eac4b9d55..d204c3f39 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -283,6 +283,7 @@ enum sc_type { SC_INCMDEFRATE, // Mdef Potion SC_HPREGEN, // Life Potion SC_INCHEALRATE, // Regeneration Potion + SC_PNEUMA, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); |