Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Jan 28, 2024
1 parent 77a74f6 commit 0bc2cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@

/obj/item/clothing/accessory/poncho/Initialize()
. = ..()
select_gamemode_skin(type)
// Only do this for the base type '/obj/item/clothing/accessory/poncho'.
select_gamemode_skin(/obj/item/clothing/accessory/poncho)
inv_overlay = image("icon" = 'icons/obj/items/clothing/ties_overlay.dmi', "icon_state" = "[icon_state]")
update_icon()

Expand Down

0 comments on commit 0bc2cdc

Please sign in to comment.