From b5841970d7d07197bfcbce36b9af707ada6a53ae Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:30:07 -0800 Subject: [PATCH 1/2] Update shadekin.dm --- code/modules/species/shadekin/shadekin.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/species/shadekin/shadekin.dm b/code/modules/species/shadekin/shadekin.dm index bb75aba3f289..3007c79d4096 100644 --- a/code/modules/species/shadekin/shadekin.dm +++ b/code/modules/species/shadekin/shadekin.dm @@ -141,11 +141,6 @@ /datum/species/shadekin/get_bodytype_legacy() return SPECIES_SHADEKIN -/datum/species/shadekin/handle_death(mob/living/carbon/human/H) - spawn(1) - H.drop_inventory(TRUE, TRUE, TRUE) - qdel(H) - /datum/species/shadekin/get_random_name() return "shadekin" From 9feb46765aac378977d7f17b088b8f969acb3cfc Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:32:17 -0800 Subject: [PATCH 2/2] Update shadekin.dm --- code/modules/species/shadekin/shadekin.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/species/shadekin/shadekin.dm b/code/modules/species/shadekin/shadekin.dm index 3007c79d4096..7ec3160ba28e 100644 --- a/code/modules/species/shadekin/shadekin.dm +++ b/code/modules/species/shadekin/shadekin.dm @@ -74,7 +74,6 @@ has_glowing_eyes = TRUE - death_message = "phases to somewhere far away!" male_cough_sounds = null female_cough_sounds = null male_sneeze_sound = null