From c75b6ad97ad4ab894792b449e22fd26152a3ef9d Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Tue, 28 Feb 2017 20:24:01 -0500 Subject: [PATCH] Add maneuvering jets to industrial rig What it says! Makes it easier to asteroid belt mine. --- code/modules/clothing/spacesuits/rig/suits/station.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/station.dm b/code/modules/clothing/spacesuits/rig/suits/station.dm index 11dfbfb961b..f25da53b4a1 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station.dm @@ -80,8 +80,8 @@ /obj/item/rig_module/device/plasmacutter, /obj/item/rig_module/device/drill, /obj/item/rig_module/device/orescanner, - /obj/item/rig_module/vision/meson - ) + /obj/item/rig_module/vision/meson, + /obj/item/rig_module/maneuvering_jets) //VOREStation Edit - Added maneuvering jets /obj/item/weapon/rig/eva name = "EVA suit control module"