mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[READY] Adds night shifts (#4281)
* initial commit - adds night shifts * fixes lighting not updating when nightshift is triggered and fixes compiling issues * makes red alert override nightshift * Update lighting.dm * adds announcements for nightshift changes * fixes nightshift flip-flopping during the night, adjusts night message a little, moves from minor_announce to priority_announce * Update cit_nightshift.dm * fixes compiling errors
This commit is contained in:
@@ -249,6 +249,15 @@
|
||||
/datum/config_entry/flag/allow_miscreants
|
||||
|
||||
/datum/config_entry/flag/allow_extended_miscreants
|
||||
|
||||
|
||||
/datum/config_entry/flag/nightshift_enabled
|
||||
|
||||
/datum/config_entry/number/nightshift_start
|
||||
config_entry_value = 20
|
||||
|
||||
/datum/config_entry/number/nightshift_finish
|
||||
config_entry_value = 6
|
||||
//End of Cit changes
|
||||
|
||||
/datum/config_entry/number/bombcap/ValidateAndSet(str_val)
|
||||
|
||||
Reference in New Issue
Block a user