[Doors] Add new rule enabling classic "key on cursor" for pre keyring keys (#1869)

This commit is contained in:
Paul Coene
2021-12-15 13:26:31 -05:00
committed by GitHub
parent 3414d3a1ae
commit fbc5d045de
2 changed files with 17 additions and 3 deletions
+4
View File
@@ -808,6 +808,10 @@ RULE_CATEGORY(Command)
RULE_BOOL(Command, DyeCommandRequiresDyes, false, "Enable this to require a Prismatic Dye (32557) each time someone uses #dye.")
RULE_CATEGORY_END()
RULE_CATEGORY(Doors)
RULE_BOOL(Doors, RequireKeyOnCursor, false, "Enable this to require pre-keyring keys to be on player cursor to open doors.")
RULE_CATEGORY_END()
#undef RULE_CATEGORY
#undef RULE_INT
#undef RULE_REAL