Skip to content

Commit

Permalink
ghost announce
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 6, 2024
1 parent 1b1eb08 commit e9d54d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/XenoStructures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
// The mob picked as a candidate to be the destroyer
var/mob/chosen_candidate
var/list/humans_other
var/list/humans_uscm
var/list/humans_uscm = list()

/obj/effect/alien/resin/destroyer_cocoon/Destroy()
announcement_helper("ALERT.\n\nUNSUAL ENERGY BUILDUP IN [get_area_name(loc)] HAS BEEN STOPPED.", "[MAIN_AI_SYSTEM] Biological Tracker", humans_uscm, 'sound/misc/notice1.ogg')
Expand Down

0 comments on commit e9d54d7

Please sign in to comment.