mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user