diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 45a3f0a012..33228c52f5 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -928,7 +928,7 @@ return 1 if(href_list["nightshift"]) - if(last_nightshift_switch > world.time + 10 SECONDS) // don't spam... + if(last_nightshift_switch > world.time - 10 SECONDS) // don't spam... to_chat(usr, "[src]'s night lighting circuit breaker is still cycling!") return 0 last_nightshift_switch = world.time