Skip to content

Commit

Permalink
fixes yautja icon (cmss13-devs#6395)
Browse files Browse the repository at this point in the history
🆑
fix: predators are not missing the space between their torso and legs
/🆑

closes cmss13-devs#6394
  • Loading branch information
harryob authored and Git-Nivrak committed Jun 9, 2024
1 parent de0975b commit 26d4194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Binary file modified icons/mob/humans/species/r_predator.dmi
Binary file not shown.

0 comments on commit 26d4194

Please sign in to comment.