From a501136411f67b7641810a4dbd345d23e4dd3396 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 3 Jun 2024 19:36:11 +0100 Subject: [PATCH] del uni on cryo --- code/modules/clothing/under/marine_uniform.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 579cc12fc467..c7353840d439 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -998,6 +998,7 @@ desc = "A cheap uniform made for Synthetic labor. Tomorrow, Together." icon_state = "working_joe" worn_state = "working_joe" + flags_item = NO_CRYO_STORE var/obj/structure/machinery/camera/camera /obj/item/clothing/under/rank/synthetic/joe/Initialize()