mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user