From 46e94193376a5d0b1043476a57b7feb67fde6474 Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:25:51 -0300 Subject: [PATCH] Cursed clown outfit now appears properly on people (#20518) --- code/modules/clothing/under/misc_jumpsuits.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/misc_jumpsuits.dm b/code/modules/clothing/under/misc_jumpsuits.dm index e60891ee8fe..a7535d90a50 100644 --- a/code/modules/clothing/under/misc_jumpsuits.dm +++ b/code/modules/clothing/under/misc_jumpsuits.dm @@ -92,6 +92,7 @@ flags = NODROP resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF has_sensor = FALSE // HUNKE + sprite_sheets = null /obj/item/clothing/under/misc/burial name = "burial garments"