Skip to content

Commit

Permalink
Merge pull request #339 from Very-Soft/fimx
Browse files Browse the repository at this point in the history
Digitigrade Clothing should show up correctly now
  • Loading branch information
Very-Soft authored May 26, 2024
2 parents c178be9 + e26e6d4 commit 63986cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1117,3 +1117,11 @@
/obj/item/clothing/under/equipped(var/mob/user, var/slot)
. = ..()
handle_digitigrade(user)

//RS ADD START
/obj/item/clothing/get_worn_icon_file(body_type, slot_name, default_icon, inhands)
if(fit_for_digi && update_icon_define)
return update_icon_define

return ..()
//RS ADD END
Binary file modified icons/inventory/feet/mob_digi.dmi
Binary file not shown.

0 comments on commit 63986cc

Please sign in to comment.