diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-20 08:14:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-20 08:14:49 -0300 |
commit | 18981a0cd56febba9df5e70904bdabbe688e67f3 (patch) | |
tree | 9062f29ef58bd6f714db865f50b4c25a68693dc9 | |
parent | ea94446c7fa2d9e55dc3395da7de6ed2b0ed2613 (diff) | |
download | serverdata-18981a0cd56febba9df5e70904bdabbe688e67f3.tar.gz serverdata-18981a0cd56febba9df5e70904bdabbe688e67f3.tar.bz2 serverdata-18981a0cd56febba9df5e70904bdabbe688e67f3.tar.xz serverdata-18981a0cd56febba9df5e70904bdabbe688e67f3.zip |
EXP/DROP boosts should always be visible, imo
-rw-r--r-- | db/sc_config.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index 03da813ee..f09c5b1ca 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -928,6 +928,7 @@ SC_FOOD_CRITICALSUCCESSVALUE: { } } SC_CASH_PLUSEXP: { + Visible: true Flags: { NoDeathReset: true NoDispelReset: true @@ -937,6 +938,7 @@ SC_CASH_PLUSEXP: { } } SC_CASH_DEATHPENALTY: { + Visible: true Flags: { NoDeathReset: true NoDispelReset: true @@ -946,6 +948,7 @@ SC_CASH_DEATHPENALTY: { } } SC_CASH_RECEIVEITEM: { + Visible: true Flags: { NoDeathReset: true NoDispelReset: true @@ -1318,6 +1321,7 @@ SC_STEAMPACK: { } } SC_CASH_PLUSONLYJOBEXP: { + Visible: true Flags: { NoDeathReset: true NoDispelReset: true @@ -2400,6 +2404,7 @@ SC_GEFFEN_MAGIC3: { } } SC_OVERLAPEXPUP: { + Visible: true Flags: { NoDispelReset: true NoClearanceReset: true |