ticker followup (#18275)

* ticker followup

* .

* .

* fix the timer

* .

* move sleep out of ticker

* area

* strip improper
This commit is contained in:
Kashargul
2025-08-20 20:24:47 +02:00
committed by GitHub
parent ac4216928a
commit d8f472289d
20 changed files with 62 additions and 62 deletions
@@ -91,7 +91,7 @@
if(!isbelly(loc) || !vore_death_privacy)
for(var/mob/observer/dead/O in GLOB.mob_list)
if(O.client?.prefs?.read_preference(/datum/preference/toggle/show_dsay))
to_chat(O, span_deadsay(span_bold("[src]") + " has died in " + span_bold("[get_area(src)]") + ". [ghost_follow_link(src, O)] "))
to_chat(O, span_deadsay(span_bold("[src]") + " has died in " + span_bold(strip_improper("[A]")) + ". [ghost_follow_link(src, O)] "))
if(!gibbed && !isbelly(loc))
playsound(src, pick(get_species_sound(get_gendered_sound(src))["death"]), src.species.death_volume, 1, 20, volume_channel = VOLUME_CHANNEL_DEATH_SOUNDS)