Skip to content

Commit

Permalink
Announcer name adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLordME committed Oct 1, 2023
1 parent 6ee45ff commit dddacb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vore/fluffstuff/life_crystals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

/obj/item/clothing/accessory/collar/vmcrystal/proc/send_message()
visible_message(SPAN_WARNING("The [name] shatters into dust!"))
GLOB.global_announcer.autosay("[owner] has died!", "[owner]'s Death Alarm")
GLOB.global_announcer.autosay("[owner] has died!", "[owner]'s Life Crystal")
if(owner_c)
to_chat(owner_c, "<span class='notice'>The HAVENS system is notified of your demise via \the [name].</span>")
update_state(3)
Expand Down

0 comments on commit dddacb7

Please sign in to comment.