[MIRROR] Some nightshift fixes [MDB IGNORE] (#15126)

* Some nightshift fixes (#68566)

Fixes APC night shift manual cycling balloon alert; update_nightshift uses the correct variable

* Some nightshift fixes

Co-authored-by: Profakos <profakos@gmail.com>
This commit is contained in:
SkyratBot
2022-07-22 20:50:43 +02:00
committed by GitHub
parent 2da0e28b04
commit 7ac51736fe
3 changed files with 4 additions and 4 deletions

View File

@@ -56,6 +56,6 @@ SUBSYSTEM_DEF(nightshift)
for(var/obj/machinery/power/apc/APC as anything in currentrun)
currentrun -= APC
if (APC.area && (APC.area.type in GLOB.the_station_areas))
APC.set_nightshift(active)
APC.set_nightshift(nightshift_active)
if(MC_TICK_CHECK)
return