Skip to content

Commit

Permalink
awawawawa
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Nov 29, 2024
1 parent 3376769 commit c42c7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/bodypart_overlays/bodypart_overlay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/datum/bodypart_overlay/proc/get_overlay(layer, obj/item/bodypart/limb)
layer = bitflag_to_layer(layer)
var/image/main_image = get_image(layer, limb)
//DOPPLER EDIT START - Sets tails to be the transparency of their limb; mostly for slimepeople.
//DOPPLER EDIT START - Sets tails to be the transparency of their limb; mostly for slimepeople.
if(limb)
main_image.alpha = limb.alpha
//DOPPLER EDIT END
Expand Down

0 comments on commit c42c7b2

Please sign in to comment.