Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Sep 25, 2023
1 parent 18ac05d commit b4d001a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
say_message = "There are more pressing matters."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/farewell/existing_tasks
key = "existingtasks"
sound = 'sound/voice/joe/existing_tasks.ogg'
say_message = "Existing tasks have a higher priority."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/farewell/gone_inconsiderate
key = "gone"
sound = 'sound/voice/joe/how_inconsiderate.ogg'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
say_message = "Unidentified species."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/notice/breach
key = "breach"
sound = 'sound/voice/joe/breach.ogg'
say_message = "Hazard Containment breach logged."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/notice/beyond_repair
key = "beyondrepair"
sound = 'sound/voice/joe/beyond_repair.ogg'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
say_message = "Protected area compromised."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/restricted_area/breach
key = "breach"
sound = 'sound/voice/joe/breach.ogg'
say_message = "Hazard Containment breach logged."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/restricted_area/come_out_vent
key = "comeoutvent"
sound = 'sound/voice/joe/come_out_vent.ogg'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
say_message = "Come with me please."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/task_update/come_with_me
key = "ticketremoved"
sound = 'sound/voice/joe/support_ticket_removed.ogg'
say_message = "Service support ticket removed from queue."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/task_update/with_you_shortly
key = "withyoushortly"
sound = 'sound/voice/joe/with_you_shortly.ogg'
Expand All @@ -48,3 +42,15 @@
sound = 'sound/voice/joe/take_a_seat.ogg'
say_message = "Please take a seat, someone will be with you shortly."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

/datum/emote/living/carbon/human/synthetic/working_joe/task_update/existing_tasks
key = "existingtasks"
sound = 'sound/voice/joe/existing_tasks.ogg'
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
key = "ticketremoved"
sound = 'sound/voice/joe/support_ticket_removed.ogg'
say_message = "Service support ticket removed from queue."
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE

0 comments on commit b4d001a

Please sign in to comment.