mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds allowed items to breacher suits.
As title.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user