diff --git a/code/modules/clothing/spacesuits/rig/suits/station.dm b/code/modules/clothing/spacesuits/rig/suits/station.dm index 350d2aea4a..270d21cfeb 100644 --- a/code/modules/clothing/spacesuits/rig/suits/station.dm +++ b/code/modules/clothing/spacesuits/rig/suits/station.dm @@ -102,6 +102,8 @@ /obj/item/weapon/rig/eva/equipped + req_access = list(access_engine) + initial_modules = list( /obj/item/rig_module/device/plasmacutter, /obj/item/rig_module/maneuvering_jets, @@ -200,6 +202,8 @@ /obj/item/weapon/rig/medical/equipped + req_access = list(access_medical) + initial_modules = list( /obj/item/rig_module/chem_dispenser/injector, /obj/item/rig_module/maneuvering_jets,