Skip to content

Commit

Permalink
last try before I get upset
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Apr 8, 2024
1 parent 2f447f0 commit 198d5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
/obj/item/clothing/accessory/poncho/on_attached(obj/item/clothing/suit/storage/marine/S, mob/living/user, silent)
. =..()
if(.)
S.armor_overlays["poncho"] = src
S.armor_overlays["poncho"] = src

/obj/item/clothing/accessory/poncho/on_removed(mob/living/user, obj/item/clothing/C)
if(!has_suit) return
Expand Down

0 comments on commit 198d5b8

Please sign in to comment.