mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-19 18:56:33 +01:00
Reduce to five total levels
This commit is contained in:
parent
7ba065b069
commit
868da4ed84
2 changed files with 86 additions and 1258 deletions
1336
src/class.c
1336
src/class.c
File diff suppressed because it is too large
Load diff
|
|
@ -530,10 +530,10 @@
|
|||
* LVL_IMPL should always be the HIGHEST possible immortal level, and
|
||||
* LVL_IMMORT should always be the LOWEST immortal level. The number of
|
||||
* mortal levels will always be LVL_IMMORT - 1. */
|
||||
#define LVL_IMPL 34 /**< Level of Implementors */
|
||||
#define LVL_GRGOD 33 /**< Level of Greater Gods */
|
||||
#define LVL_GOD 32 /**< Level of Gods */
|
||||
#define LVL_IMMORT 31 /**< Level of Immortals */
|
||||
#define LVL_IMPL 5 /**< Level of Implementors */
|
||||
#define LVL_GRGOD 4 /**< Level of Greater Gods */
|
||||
#define LVL_GOD 3 /**< Level of Gods */
|
||||
#define LVL_IMMORT 2 /**< Level of Immortals */
|
||||
|
||||
/** Minimum level to build and to run the saveall command */
|
||||
#define LVL_BUILDER LVL_IMMORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue