From 6b8d9be37413bae780ea0d36d5be2473fcc542e9 Mon Sep 17 00:00:00 2001 From: Bop Date: Sat, 22 Jul 2023 15:37:37 +0700 Subject: [PATCH] make atmos cape fireproof (#19764) * atmos cape * Update code/modules/clothing/neck/skillcapes/skillcapes.dm Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- code/modules/clothing/neck/skillcapes/skillcapes.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/neck/skillcapes/skillcapes.dm b/code/modules/clothing/neck/skillcapes/skillcapes.dm index 2f3948c5b219..56972e5a33bc 100644 --- a/code/modules/clothing/neck/skillcapes/skillcapes.dm +++ b/code/modules/clothing/neck/skillcapes/skillcapes.dm @@ -189,11 +189,13 @@ name = "cape of the atmospheric technician" icon_state = "atmos-skillcape" item_state = "atmos-skillcape" + resistance_flags = FIRE_PROOF /obj/item/clothing/neck/skillcape/trimmed/atmos name = "cape of the grand atmospheric technician" icon_state = "atmos-trimmed" item_state = "atmos-trimmed" + resistance_flags = FIRE_PROOF /obj/item/clothing/neck/skillcape/engineer name = "cape of the station engineer"