Fix time shit & Add secrets verb

This commit is contained in:
tigercat2000
2018-03-26 20:16:22 -07:00
parent bc4fb3d79b
commit affc986684
8 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ SUBSYSTEM_DEF(nightshift)
/datum/controller/subsystem/nightshift/proc/update_nightshift(active, announce = TRUE)
nightshift_active = active
if(announce)
if (active)
if(active)
announce("Good evening, crew. To reduce power consumption and stimulate the circadian rhythms of some species, all of the lights aboard the station have been dimmed for the night.")
else
announce("Good morning, crew. As it is now day time, all of the lights aboard the station have been restored to their former brightness.")