Skip to content

Commit

Permalink
Working Joe Voiceline FIx (#4544)
Browse files Browse the repository at this point in the history
# 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:
  • Loading branch information
Ben10083 committed Oct 1, 2023
1 parent f0d103e commit 66f4562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 66f4562

Please sign in to comment.