diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 8a0e888eaed..226e9ac9b6f 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -521,6 +521,7 @@ SUBSYSTEM_DEF(ticker) /datum/controller/subsystem/ticker/proc/declare_completion() GLOB.nologevent = TRUE //end of round murder and shenanigans are legal; there's no need to jam up attack logs past this point. + set_observer_default_invisibility(0) //spooks things up //Round statistics report var/datum/station_state/ending_station_state = new /datum/station_state() ending_station_state.count()