diff --git a/code/modules/mob/living/carbon/human/human_helpers.dm b/code/modules/mob/living/carbon/human/human_helpers.dm index 00a388d7fcba..7b26b256e54b 100644 --- a/code/modules/mob/living/carbon/human/human_helpers.dm +++ b/code/modules/mob/living/carbon/human/human_helpers.dm @@ -31,7 +31,7 @@ if("head") return "[skin_color]_[limb_name]_[get_gender_name(gender)]" if("groin") - return "[skin_color]_[limb_name]__[body_type]_[get_gender_name(gender)]" + return "[skin_color]_[limb_name]_[body_type]_[get_gender_name(gender)]" switch(limb_name) if("synthetic head") diff --git a/icons/mob/humans/species/r_predator.dmi b/icons/mob/humans/species/r_predator.dmi index e8fe1c1170f2..192f7d698b86 100644 Binary files a/icons/mob/humans/species/r_predator.dmi and b/icons/mob/humans/species/r_predator.dmi differ