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"