mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Fixes biosuits, nun robes, narsien hardened armor making your shoes invisible (#72542)
## About The Pull Request Fixes this  ## Why It's Good For The Game ## Changelog 🆑 fix: fixed biosuits, nun robes, narsien hardened armor making your shoes invisible /🆑
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user