From 111add6269afb6a7a59d9b56e2cb5c7ebf647bed Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sat, 22 Oct 2022 21:40:05 +0100 Subject: [PATCH] Correction to spacesuit inventory flags --- code/modules/clothing/spacesuits/spacesuits.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/spacesuits/spacesuits.dm b/code/modules/clothing/spacesuits/spacesuits.dm index aec134e81a..ba4dfb8533 100644 --- a/code/modules/clothing/spacesuits/spacesuits.dm +++ b/code/modules/clothing/spacesuits/spacesuits.dm @@ -9,6 +9,7 @@ randpixel = 0 center_of_mass = null item_flags = THICKMATERIAL | AIRTIGHT | ALLOW_SURVIVALFOOD | PHORONGUARD + flags_inv = HIDEEARS|BLOCKHAIR permeability_coefficient = 0.01 armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 100, rad = 50) body_parts_covered = HEAD|FACE|EYES