mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Restricts RD's rig
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
//Drill added for hazmat suit
|
||||
/obj/item/weapon/rig/hazmat/equipped
|
||||
req_access = list(access_xenoarch)
|
||||
req_access = list(access_rd)
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/ai_container,
|
||||
/obj/item/rig_module/maneuvering_jets,
|
||||
/obj/item/rig_module/device/anomaly_scanner,
|
||||
/obj/item/rig_module/device/drill //The suit has nothing to mine with otherwise.
|
||||
/obj/item/rig_module/device/plasmacutter //The suit has nothing to mine with otherwise.
|
||||
)
|
||||
|
||||
//Access restriction and seal delay, plus pat_module and rescue_pharm for medical suit
|
||||
|
||||
Reference in New Issue
Block a user