Merge remote-tracking branch 'citadel/master' into god_wish_your_plushies_holy_shit
This commit is contained in:
@@ -111,6 +111,9 @@ LOG_GAME
|
||||
## log player votes
|
||||
LOG_VOTE
|
||||
|
||||
## log player crafting
|
||||
LOG_CRAFT
|
||||
|
||||
## log client Whisper
|
||||
LOG_WHISPER
|
||||
|
||||
|
||||
@@ -560,6 +560,15 @@ ROUNDSTART_TRAITS
|
||||
## Enable night shifts ##
|
||||
#ENABLE_NIGHT_SHIFTS
|
||||
|
||||
## Makes night shifts only affect in-code public-flagged areas. Nightshifts hit the level as defined in __DEFINES/misc.dm that this is set to and anything below. ##
|
||||
NIGHT_SHIFT_PUBLIC_AREAS_ONLY 1
|
||||
|
||||
## Nightshift toggles REQUIRE APC authorization ##
|
||||
#NIGHTSHIFT_TOGGLE_REQUIRES_AUTH
|
||||
|
||||
## Nightshift toggles in public areas REQUIRE APC authorization ##
|
||||
NIGHTSHIFT_TOGGLE_PUBLIC_REQUIRES_AUTH
|
||||
|
||||
## Enable randomized shift start times##
|
||||
#RANDOMIZE_SHIFT_TIME
|
||||
|
||||
@@ -588,3 +597,6 @@ MODETIER_VOTING
|
||||
|
||||
## Number of modes dropped by the modetier vote during mode selection, after vote.
|
||||
DROPPED_MODES 3
|
||||
|
||||
## Whether the suicide verb is allowed.
|
||||
# SUICIDE_ALLOWED
|
||||
|
||||
Reference in New Issue
Block a user