From 15b3d37b1491df9f84f4787f6725eda52ab055d4 Mon Sep 17 00:00:00 2001 From: Archie Date: Wed, 25 Aug 2021 20:04:27 -0300 Subject: [PATCH] Fixes an extra "|" --- code/modules/clothing/suits/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 507c3613..ef1c0cf4 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -38,7 +38,7 @@ item_state = "armor" body_parts_covered = CHEST|GROIN|LEGS|ARMS|FEET|HANDS hoodtype = /obj/item/clothing/head/hooded/corpus - flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT| //"Hide shoes" but digi shoes dont get hidden, too bad! + flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT //"Hide shoes" but digi shoes dont get hidden, too bad! min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT mutantrace_variation = NO_MUTANTRACE_VARIATION //There is no need for a digi variant, it's a costume