diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 1532a2ce7..d7fc6a273 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4438,7 +4438,13 @@ constants_db: { comment__: "Language function constants" LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + + comment__: "Configuration constants" MAX_CYCLE_PC: 40 + BCONFN_SPAWN: 70 + BCONFD_SPAWN: 100 + BCONFN_MOBHP: 100 + BCONFD_MOBHP: 90 comment__: "Maze Generator constants" MAZEMAPTYPE_NULL: 0 |