Skip to content

Commit

Permalink
digitigrade support
Browse files Browse the repository at this point in the history
  • Loading branch information
maaacha committed Nov 8, 2024
1 parent 1f6e454 commit 5d0798e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,11 @@
/datum/bodypart_overlay/simple/body_marking/body_markings/get_image(layer, obj/item/bodypart/limb)
var/gender_string = (use_gender && limb.is_dimorphic) ? (limb.gender == MALE ? MALE : FEMALE + "_") : "" //we only got male and female sprites
var/zonestring = limb.body_zone
if(limb.bodyshape & BODYSHAPE_DIGITIGRADE)
zonestring = "digitigrade_1_" + limb.body_zone
if(ishand)
zonestring = limb.aux_zone
testing("zonestring is [zonestring]")
return image(icon, gender_string + icon_state + "_" + zonestring, layer = layer)

/datum/preference/color/markings/markings_r_leg3/is_accessible(datum/preferences/preferences)
Expand Down

0 comments on commit 5d0798e

Please sign in to comment.