forked from cmss13-devs/cmss13
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
207 additions
and
29 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
70 changes: 70 additions & 0 deletions
70
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,70 @@ | ||
/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/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
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
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
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.