Skip to content

Commit

Permalink
Fix improper method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Sep 29, 2023
1 parent 4af60f7 commit 08acd49
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 08acd49

Please sign in to comment.