Skip to content

Commit

Permalink
le sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
maaacha committed Nov 7, 2024
1 parent 9436b68 commit ac87b2c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,11 @@
var/handlayer = FALSE
bodypart = marking_zones(bodypart)
if(bodypart == BODY_ZONE_PRECISE_L_HAND)
testing("[value] is left hand")
handlayer = EXTERNAL_HAND
bodypart = BODY_ZONE_L_ARM
else if(bodypart == BODY_ZONE_PRECISE_R_HAND)
testing("[value] is right hand")
handlayer = EXTERNAL_HAND
bodypart = BODY_ZONE_R_ARM
testing("handlayer is [handlayer]")
var/obj/item/bodypart/people_part = target.get_bodypart(bodypart)
if(people_part)
var/datum/bodypart_overlay/simple/body_marking/body_markings/overlay = new /datum/bodypart_overlay/simple/body_marking/body_markings()
Expand All @@ -87,7 +84,6 @@
overlay.ishand = TRUE
overlay.layers = handlayer
var/testvalue = overlay.bitflag_to_layer(overlay.layers)
testing("[value]'s layer is [testvalue]")
if(bodypart == BODY_ZONE_HEAD)
overlay.use_gender = FALSE
else
Expand Down

0 comments on commit ac87b2c

Please sign in to comment.