Skip to content

Commit

Permalink
layeirng
Browse files Browse the repository at this point in the history
  • Loading branch information
567Turtle committed Jun 1, 2024
1 parent 2786cbe commit d07e847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@
inv_overlay = image("icon" = 'icons/obj/items/clothing/ties_overlay.dmi', "icon_state" = "[icon_state]")
update_icon()

/obj/item/clothing/accessory/poncho/get_mob_overlay(mob/user_mob, slot)
var/image/overlay = ..()
overlay.layer = MOB_LAYER + 0.01
overlay.alpha = 190 // TODO: Update the sprite itself to have transparency instead
return overlay

/obj/item/clothing/accessory/poncho/green
icon_state = "poncho"

Expand Down

0 comments on commit d07e847

Please sign in to comment.