From a1d2d75ae9079290f4536838b1b772de623b9c57 Mon Sep 17 00:00:00 2001 From: muWander <39914744+muWander@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:13:15 +0300 Subject: [PATCH] Wizard robe doesn't obscure jumpsuit (#12857) --- code/modules/clothing/suits/wiz_robe.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/clothing/suits/wiz_robe.dm b/code/modules/clothing/suits/wiz_robe.dm index bc25b572e9ec..8b74a4b21f3b 100644 --- a/code/modules/clothing/suits/wiz_robe.dm +++ b/code/modules/clothing/suits/wiz_robe.dm @@ -182,7 +182,6 @@ permeability_coefficient = 0.01 armor = list(melee = 30, bullet = 10, laser = 10,energy = 20, bomb = 20, bio = 20, rad = 20) allowed = list(/obj/item/weapon/teleportation_scroll) - flags_inv = HIDEJUMPSUIT siemens_coefficient = 0.4 body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS @@ -242,7 +241,6 @@ icon_state = "holidaypriest" item_state = "holidaypriest" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS - flags_inv = HIDEJUMPSUIT /obj/item/clothing/suit/wizrobe/serifcoat name = "serif coat"