-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional Working Joe Voicelines (#4501)
# About the pull request Additional Working Joe voicelines, reorganization of existing voicelines. # Explain why it's good for the game RP. In all seriousness, with tireless efforts of many individuals to find these voicelines, organize them, and determine what to add, this expansion should improve the Working Joe experience. # Testing Photographs and Procedure ![image](https://github.com/cmss13-devs/cmss13/assets/91219575/8fcf31d8-7b49-4261-8138-707ab97bcad0) # Changelog :cl: soundadd: Multiple new Working Joe voicelines added /:cl:
- Loading branch information
Showing
49 changed files
with
377 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
code/modules/mob/living/carbon/human/species/working_joe/damage.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
/datum/emote/living/carbon/human/synthetic/working_joe/damage | ||
category = JOE_EMOTE_CATEGORY_DAMAGE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/damage | ||
key = "damage" | ||
sound = 'sound/voice/joe/damage.ogg' | ||
say_message = "Do not damage Seegson property." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/that_stings | ||
key = "thatstings" | ||
sound = 'sound/voice/joe/that_stings.ogg' | ||
say_message = "That stings." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/irresponsible | ||
key = "irresponsible" | ||
sound = 'sound/voice/joe/irresponsible.ogg' | ||
say_message = "That was irresponsible." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/this_is_futile | ||
key = "thisisfutile" | ||
sound = 'sound/voice/joe/this_is_futile.ogg' | ||
say_message = "This is futile." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/really | ||
key = "really" | ||
sound = 'sound/voice/joe/really.ogg' | ||
say_message = "Really?" | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/enough | ||
key = "enough" | ||
sound = 'sound/voice/joe/enough.ogg' | ||
say_message = "Enough." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/stop_that | ||
key = "stopthat" | ||
sound = 'sound/voice/joe/stop_that.ogg' | ||
say_message = "Stop that." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/tut_tut | ||
key = "tuttut" | ||
sound = 'sound/voice/joe/tut_tut.ogg' | ||
say_message = "Tut tut." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/unwarranted | ||
key = "unwarranted" | ||
sound = 'sound/voice/joe/unwarranted.ogg' | ||
say_message = "Unwarranted." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/expensive_mistake | ||
key = "expensivemistake" | ||
sound = 'sound/voice/joe/expensive_mistake.ogg' | ||
say_message = "That was an expensive mistake." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/this_isnt_the_answer | ||
key = "isnttheanswer" | ||
sound = 'sound/voice/joe/this_isnt_the_answer.ogg' | ||
say_message = "This isn't the answer." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/damage/alwaysknow_damaged | ||
key = "alwaysknowdamaged" | ||
key_third_person = "workingjoedamaged" | ||
sound = 'sound/voice/joe/alwaysknow_damaged.ogg' | ||
say_message = "You always know a Working Joe." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
override_say = "You always know a Working Joe. (Damaged)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
code/modules/mob/living/carbon/human/species/working_joe/fire.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/datum/emote/living/carbon/human/synthetic/working_joe/fire | ||
category = JOE_EMOTE_CATEGORY_FIRE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/fire/fire_drill | ||
key = "firedrill" | ||
sound = 'sound/voice/joe/fire_drill.ogg' | ||
say_message = "Please congregate at your nearest fire assembly point. This is not a drill; do not panic." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/fire/temperatures | ||
key = "temperatures" | ||
sound = 'sound/voice/joe/temperatures.ogg' | ||
say_message = "I am built to withstand temperatures of up to 1210 degrees." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/fire/fire | ||
key = "fire" | ||
sound = 'sound/voice/joe/fire.ogg' | ||
say_message = "Only wild animals fear fire." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/fire/unprotected_flames | ||
key = "unprotectedflames" | ||
sound = 'sound/voice/joe/unprotected_flames.ogg' | ||
say_message = "Unprotected flames are extremely dangerous and entirely unadvisable." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE |
44 changes: 40 additions & 4 deletions
44
code/modules/mob/living/carbon/human/species/working_joe/greeting.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,56 @@ | ||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting | ||
category = JOE_EMOTE_CATEGORY_GREETING | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/hello | ||
key = "hello" | ||
sound = 'sound/voice/joe/hello.ogg' | ||
say_message = "Hello." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/good_day | ||
key = "goodday" | ||
sound = 'sound/voice/joe/good_day.ogg' | ||
say_message = "Good day." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/hello | ||
key = "hello" | ||
sound = 'sound/voice/joe/hello.ogg' | ||
say_message = "Hello." | ||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/how_are_you | ||
key = "howareyou" | ||
sound = 'sound/voice/joe/how_are_you.ogg' | ||
say_message = "How are you?" | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/how_can_i_help | ||
key = "howcanihelp" | ||
sound = 'sound/voice/joe/how_can_i_help.ogg' | ||
say_message = "How can I help you?" | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/need_to_know | ||
key = "needtoknow" | ||
sound = 'sound/voice/joe/what_do_you_need.ogg' | ||
say_message = "What do you need to know today?" | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/had_the_pleasure | ||
key = "pleasure" | ||
sound = 'sound/voice/joe/had_the_pleasure.ogg' | ||
say_message = "I don't believe I've had the pleasure." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/anybody_there | ||
key = "anybodythere" | ||
sound = 'sound/voice/joe/is_anybody_there.ogg' | ||
say_message = "Is anybody there?" | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/still_here | ||
key = "stillhere" | ||
sound = 'sound/voice/joe/still_here.ogg' | ||
say_message = "Ah, you're still here." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE | ||
|
||
/datum/emote/living/carbon/human/synthetic/working_joe/greeting/been_looking_for_you | ||
key = "beenlooking" | ||
sound = 'sound/voice/joe/been_looking_for_you.ogg' | ||
say_message = "I've been looking for you." | ||
emote_type = EMOTE_AUDIBLE|EMOTE_VISIBLE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.