From 751eacf62b9978b2cbe4fbb1d1adc2073fa52f20 Mon Sep 17 00:00:00 2001 From: Striders13 <53361823+Striders13@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:11:48 +0500 Subject: [PATCH] Fixes biosuits, nun robes, narsien hardened armor making your shoes invisible (#72542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Fixes this ![изображение](https://user-images.githubusercontent.com/53361823/211162487-07b60ab2-5851-4547-b3a8-ab9e508cc666.png) ## Why It's Good For The Game ## Changelog :cl: fix: fixed biosuits, nun robes, narsien hardened armor making your shoes invisible /:cl: --- code/modules/antagonists/cult/cult_items.dm | 2 +- code/modules/clothing/suits/bio.dm | 2 +- code/modules/clothing/suits/chaplainsuits.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index a4a5e037a3b..1fc45040bdd 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -295,7 +295,7 @@ Striking a noncultist, however, will tear their flesh."} armor_type = /datum/armor/cultrobes_hardened hoodtype = /obj/item/clothing/head/hooded/cult_hoodie/hardened clothing_flags = STOPSPRESSUREDAMAGE | THICKMATERIAL - flags_inv = HIDEGLOVES | HIDESHOES | HIDEJUMPSUIT + flags_inv = HIDEGLOVES | HIDEJUMPSUIT min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT max_heat_protection_temperature = SPACE_SUIT_MAX_TEMP_PROTECT resistance_flags = NONE diff --git a/code/modules/clothing/suits/bio.dm b/code/modules/clothing/suits/bio.dm index 7d7efb5e056..89baa2e0870 100644 --- a/code/modules/clothing/suits/bio.dm +++ b/code/modules/clothing/suits/bio.dm @@ -30,7 +30,7 @@ slowdown = 0.5 allowed = list(/obj/item/tank/internals, /obj/item/reagent_containers/dropper, /obj/item/flashlight/pen, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, /obj/item/reagent_containers/cup/beaker, /obj/item/gun/syringe) armor_type = /datum/armor/suit_bio_suit - flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT + flags_inv = HIDEGLOVES|HIDEJUMPSUIT strip_delay = 70 equip_delay_other = 70 resistance_flags = ACID_PROOF diff --git a/code/modules/clothing/suits/chaplainsuits.dm b/code/modules/clothing/suits/chaplainsuits.dm index f962800bddb..fe49a435607 100644 --- a/code/modules/clothing/suits/chaplainsuits.dm +++ b/code/modules/clothing/suits/chaplainsuits.dm @@ -41,7 +41,7 @@ icon_state = "nun" inhand_icon_state = "nun" body_parts_covered = CHEST|GROIN|LEGS|ARMS|HANDS - flags_inv = HIDESHOES|HIDEJUMPSUIT + flags_inv = HIDEJUMPSUIT /obj/item/clothing/suit/chaplainsuit/bishoprobe name = "bishop's robes"