mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Adds access requirements to EVA and Medical hardsuits
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user