From 66f45623f647374b14169cf3132d68ef411badfa Mon Sep 17 00:00:00 2001 From: Ben <91219575+Ben10083@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:48:24 -0400 Subject: [PATCH] Working Joe Voiceline FIx (#4544) # About the pull request Fix a method forgotten to be renamed in #4501 # Explain why it's good for the game Bugs bad # Changelog :cl: fix: fixed a Working Joe voiceline from not working /:cl: --- .../mob/living/carbon/human/species/working_joe/task_update.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/working_joe/task_update.dm b/code/modules/mob/living/carbon/human/species/working_joe/task_update.dm index 789d203aa938..88051db9999a 100644 --- a/code/modules/mob/living/carbon/human/species/working_joe/task_update.dm +++ b/code/modules/mob/living/carbon/human/species/working_joe/task_update.dm @@ -49,7 +49,7 @@ say_message = "Existing tasks have a higher priority." emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE -/datum/emote/living/carbon/human/synthetic/working_joe/task_update/come_with_me +/datum/emote/living/carbon/human/synthetic/working_joe/task_update/ticket_remove key = "ticketremoved" sound = 'sound/voice/joe/support_ticket_removed.ogg' say_message = "Service support ticket removed from queue."