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"