From 10c06a71a228bc96c60bb5804eb0765177cb63d8 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 22 Feb 2015 04:40:34 -0500 Subject: [PATCH] Revert "Revert "Death Wagging"" This reverts commit 1c32a43506cdfbc2c831b28e9be529ddb48bcdd9. --- code/modules/mob/living/carbon/species.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index 6512ee05247..afd0772d33f 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -326,6 +326,10 @@ flesh_color = "#AFA59E" base_color = "#333333" +/datum/species/tajaran/handle_death(var/mob/living/carbon/human/H) + + H.stop_tail_wagging(1) + /datum/species/skrell name = "Skrell" icobase = 'icons/mob/human_races/r_skrell.dmi'