Skip to content

Commit

Permalink
Death Rattle and Death Message (First Pass)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 5, 2023
1 parent 63f2219 commit 7438cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/mob/living/carbon/human/species/synthetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,19 @@
/datum/species/synthetic/colonial/working_joe
name = SYNTH_WORKING_JOE
name_plural = "Working Joes"
death_message = "PLACEHOLDER: PLEASE BULLY THE MAINTS IF THIS SOMEHOW GETS THROUGH!!!!"
uses_ethnicity = FALSE
mob_inherent_traits = list(TRAIT_SUPER_STRONG, TRAIT_INTENT_EYES, TRAIT_EMOTE_CD_EXEMPT)

hair_color = "#000000"
icobase = 'icons/mob/humans/species/r_synthetic.dmi'
deform = 'icons/mob/humans/species/r_synthetic.dmi'

// Special death noise for Working Joe
/datum/species/synthetic/colonial/working_joe/handle_death(mob/M, gibbed)
if(!gibbed) //A gibbed Joe won't have a death rattle
playsound(M.loc,'sound/voice/predalien_death.ogg', 25, TRUE)

// Synth used for W-Y Deathsquads
/datum/species/synthetic/colonial/combat
name = SYNTH_COMBAT
Expand Down

0 comments on commit 7438cfe

Please sign in to comment.