diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:23:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:23:47 -0300 |
commit | 7d926221879f39716e70c46e46b079d792af4dfc (patch) | |
tree | 881d86a66b659d78a26d44173c0fef5766e0c2ae /db | |
parent | c64a3ccc983aad670675aaa5a60f1935c83cc9c5 (diff) | |
download | serverdata-7d926221879f39716e70c46e46b079d792af4dfc.tar.gz serverdata-7d926221879f39716e70c46e46b079d792af4dfc.tar.bz2 serverdata-7d926221879f39716e70c46e46b079d792af4dfc.tar.xz serverdata-7d926221879f39716e70c46e46b079d792af4dfc.zip |
Make it use a constant so it can be reconfigured if desired
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 36cd27858..d4e6dac74 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2128,6 +2128,7 @@ constants_db: { MK_IDLE_DURATION: 30 MK_IDLE_VARIATION: 5 MK_SIEGE_TOTALPOWER: 1000 + MK_FIRESOFSTEAM_START: 12 comment__: "Fortress Island Reqs" MKIF_LV_0F: 3 |