Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Jul 14, 2023
1 parent fb369d9 commit 7632a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

/obj/item/bodypart/leg/left/lizard/digitigrade
icon = 'icons/mob/species/lizard/bodyparts.dmi'
icon_state = "digitigrade_l_leg"
icon_state = "lizard_l_leg_digitigrade"
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ORGANIC | BODYTYPE_DIGITIGRADE

/obj/item/bodypart/leg/right/lizard/digitigrade
icon = 'icons/mob/species/lizard/bodyparts.dmi'
icon_state = "digitigrade_r_leg"
icon_state = "lizard_r_leg_digitigrade"
bodytype = BODYTYPE_HUMANOID | BODYTYPE_ORGANIC | BODYTYPE_DIGITIGRADE
Binary file modified icons/mob/clothing/under/medical.dmi
Binary file not shown.

0 comments on commit 7632a05

Please sign in to comment.