Renames a couple of policy defines so they more consistently match other defines, additionally fixing polymorphed mobs not being shown policy.json text due to this inconsistency. (#67073)

Changes the name of two policy defines to match up with similar conventions from the rest of the policy.json file
This commit is contained in:
Timberpoes
2022-05-18 11:45:58 -04:00
committed by GitHub
parent 2013399e4f
commit bb997b4487
+4 -5
View File
@@ -109,11 +109,10 @@
#define STICKYBAN_DB_CACHE_TIME 10 SECONDS
#define STICKYBAN_ROGUE_CHECK_TIME 5
/// Shown to vicitm of staff of change and related effects.
#define POLICY_POLYMORPH "polymorph"
/// Shown on top of policy verb window
#define POLICY_VERB_HEADER "policy_verb_header"
/// Reference index for policy.json to locate any policy text applicable to polymorphed/staff of changed mobs.
#define POLICY_POLYMORPH "Polymorph"
/// Reference index for policy.json to locate any policy text that is shown as a header in the OOC > Show Policy verb.
#define POLICY_VERB_HEADER "Policy Verb Header"
//How many things you can spawn at once with spawn verb/create panel
#define ADMIN_SPAWN_CAP 100