From 29a5fd36a212cab8a0fbf7b167a7c4831de4e380 Mon Sep 17 00:00:00 2001 From: Cyrelius <69184203+Cyrelius@users.noreply.github.com> Date: Fri, 15 Oct 2021 20:36:43 -0700 Subject: [PATCH] Adds allowed items to breacher suits. As title. --- code/modules/clothing/spacesuits/rig/suits/alien.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/clothing/spacesuits/rig/suits/alien.dm b/code/modules/clothing/spacesuits/rig/suits/alien.dm index 1bafa618ca..895a14be17 100644 --- a/code/modules/clothing/spacesuits/rig/suits/alien.dm +++ b/code/modules/clothing/spacesuits/rig/suits/alien.dm @@ -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. offline_vision_restriction = 2 //This actually serves as a good weakness for them, making them vulnerable to Ion weapons. 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 helm_type = /obj/item/clothing/head/helmet/space/rig/breacher boot_type = /obj/item/clothing/shoes/magboots/rig/breacher