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