From d03d9eebca2ffcaaf6b21c5078d57247bf37498a Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 6 Sep 2015 00:42:54 +0930 Subject: [PATCH] removing now unneeded limb define. --- code/modules/mob/living/carbon/human/species/station/resomi.dm | 2 +- code/modules/organs/subtypes/resomi.dm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/resomi.dm b/code/modules/mob/living/carbon/human/species/station/resomi.dm index 57a7ac5bae..133edb6b73 100644 --- a/code/modules/mob/living/carbon/human/species/station/resomi.dm +++ b/code/modules/mob/living/carbon/human/species/station/resomi.dm @@ -52,7 +52,7 @@ has_limbs = list( "chest" = list("path" = /obj/item/organ/external/chest), - "groin" = list("path" = /obj/item/organ/external/groin/resomi), + "groin" = list("path" = /obj/item/organ/external/groin), "head" = list("path" = /obj/item/organ/external/head), "l_arm" = list("path" = /obj/item/organ/external/arm), "r_arm" = list("path" = /obj/item/organ/external/arm/right), diff --git a/code/modules/organs/subtypes/resomi.dm b/code/modules/organs/subtypes/resomi.dm index e9c6c3cf38..f96cf75f03 100644 --- a/code/modules/organs/subtypes/resomi.dm +++ b/code/modules/organs/subtypes/resomi.dm @@ -6,5 +6,3 @@ body_hair = "feathers" /obj/item/organ/external/hand/right/resomi body_hair = "feathers" -/obj/item/organ/external/groin/resomi - body_hair = "feathers"