Adds allowed items to breacher suits.

As title.
This commit is contained in:
Cyrelius
2021-10-15 20:36:43 -07:00
committed by GitHub
parent 37f03de001
commit 29a5fd36a2

View File

@@ -16,6 +16,13 @@
vision_restriction = 0 //This is dumb as hell and should be 0 if we want the suit to be even vaguely useful. vision_restriction = 0 //This is dumb as hell and should be 0 if we want the suit to be even vaguely useful.
offline_vision_restriction = 2 //This actually serves as a good weakness for them, making them vulnerable to Ion weapons. offline_vision_restriction = 2 //This actually serves as a good weakness for them, making them vulnerable to Ion weapons.
siemens_coefficient = 0.75 siemens_coefficient = 0.75
allowed = list(
/obj/item/weapon/gun,
/obj/item/device/flashlight,
/obj/item/weapon/tank,
/obj/item/device/suit_cooling_unit,
/obj/item/weapon/storage
)
chest_type = /obj/item/clothing/suit/space/rig/breacher chest_type = /obj/item/clothing/suit/space/rig/breacher
helm_type = /obj/item/clothing/head/helmet/space/rig/breacher helm_type = /obj/item/clothing/head/helmet/space/rig/breacher
boot_type = /obj/item/clothing/shoes/magboots/rig/breacher boot_type = /obj/item/clothing/shoes/magboots/rig/breacher