Fix night shift admin override missing On option (#36612)

This commit is contained in:
Tad Hardesty
2018-03-22 22:51:32 -04:00
committed by ShizCalev
parent 63c226ae69
commit a0958b260b
+1 -1
View File
@@ -168,7 +168,7 @@
if("night_shift_set")
if(!check_rights(R_ADMIN))
return
var/val = alert(usr, "What do you want to set night shift to? This will override the automatic system until set to automatic again.", "On", "Off", "Automatic")
var/val = alert(usr, "What do you want to set night shift to? This will override the automatic system until set to automatic again.", "Night Shift", "On", "Off", "Automatic")
switch(val)
if("Automatic")
if(CONFIG_GET(flag/enable_night_shifts))