From 15acbe6fbe31dfefc0528bcd326da9b23ebe3f94 Mon Sep 17 00:00:00 2001 From: AlbertNanotracen <155601848+AlbertNanotracen@users.noreply.github.com> Date: Wed, 1 May 2024 18:59:33 -0300 Subject: [PATCH] added header argument to necropolis gate (#1765) --- code/modules/mapfluff/ruins/objects_and_mobs/necropolis_gate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mapfluff/ruins/objects_and_mobs/necropolis_gate.dm b/code/modules/mapfluff/ruins/objects_and_mobs/necropolis_gate.dm index 490feb4282ed..5a75eb648051 100644 --- a/code/modules/mapfluff/ruins/objects_and_mobs/necropolis_gate.dm +++ b/code/modules/mapfluff/ruins/objects_and_mobs/necropolis_gate.dm @@ -190,7 +190,7 @@ GLOBAL_DATUM(necropolis_gate, /obj/structure/necropolis_gate/legion_gate) M.playsound_local(T, null, 100, FALSE, 0, FALSE, pressure_affected = FALSE, sound_to_use = legion_sound) flash_color(M, flash_color = "#FF0000", flash_time = 50) var/mutable_appearance/release_overlay = mutable_appearance('icons/effects/effects.dmi', "legiondoor") - notify_ghosts("Legion has been released in the [get_area(src)]!", source = src, alert_overlay = release_overlay, action = NOTIFY_JUMP, flashwindow = FALSE) + notify_ghosts("Legion has been released in the [get_area(src)]!", source = src, alert_overlay = release_overlay, action = NOTIFY_JUMP, flashwindow = FALSE, header="Something Interesting!") /obj/effect/decal/necropolis_gate_decal icon = 'icons/effects/96x96.dmi'