ghost role stuff

This commit is contained in:
Metis
2024-09-18 14:53:38 -04:00
parent d257b3e6ce
commit d1db4122fc
6 changed files with 246 additions and 1 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ GLOBAL_LIST_EMPTY(cryopod_computers)
control_computer.frozen_crew += list(crew_member)
// Make an announcement and log the person entering storage.
if(GLOB.announcement_systems.len)
if(GLOB.announcement_systems.len && alert_comms) //GS13 EDIT
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
announcer.announce("CRYOSTORAGE", mob_occupant.real_name, announce_rank, list())