Skip to content

Commit

Permalink
APC
Browse files Browse the repository at this point in the history
  • Loading branch information
LetterN committed Nov 14, 2024
1 parent 1245ce1 commit 7ad3b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/nightshift.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SUBSYSTEM_DEF(nightshift)
for(var/obj/machinery/power/apc/APC as anything in currentrun)
currentrun -= APC
if (APC.area && (APC.z in (LEGACY_MAP_DATUM).station_levels))
APC.set_nightshift(nightshift_active && (apc.area.nightshift_level & nightshift_level), TRUE)
APC.set_nightshift(nightshift_active && (APC.area.nightshift_level & nightshift_level), TRUE)
if(MC_TICK_CHECK && !forced) // subsystem will be in state SS_IDLE if forced by an admin
return

Expand Down

0 comments on commit 7ad3b39

Please sign in to comment.