Makes ghosts visible after round end (#20215)

This commit is contained in:
png103
2023-01-23 19:41:16 -03:00
committed by GitHub
parent e8a084f4ef
commit fa83a85f73
+1
View File
@@ -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()