mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Allow borgs to interact with tether and SD mining shuttles
Overlooked these!
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
name = "belter control console"
|
||||
req_one_access = list(access_mining, access_medical_equip) //Allows xenoarch, miners AND doctors to use it.
|
||||
shuttle_tag = "Belter" //The scanning console needs to enable/disable this at will.
|
||||
ai_control = TRUE
|
||||
|
||||
/obj/machinery/computer/shuttle_control/mining
|
||||
name = "mining elevator control console"
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
name = "boat control console"
|
||||
shuttle_tag = "Exploration Shuttle"
|
||||
req_one_access = null
|
||||
ai_control = TRUE
|
||||
|
||||
// A shuttle lateloader landmark
|
||||
/obj/effect/shuttle_landmark/shuttle_initializer/exploration
|
||||
@@ -84,6 +85,7 @@
|
||||
name = "boat control console"
|
||||
shuttle_tag = "Mining Shuttle"
|
||||
req_one_access = null
|
||||
ai_control = TRUE
|
||||
|
||||
// A shuttle lateloader landmark
|
||||
/obj/effect/shuttle_landmark/shuttle_initializer/mining
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
name = "surface mining outpost shuttle control console"
|
||||
shuttle_tag = "Mining Outpost"
|
||||
req_one_access = list(access_mining)
|
||||
ai_control = TRUE
|
||||
//
|
||||
// "Tram" Emergency Shuttler
|
||||
// Becuase the tram only has its own doors and no corresponding station doors, a docking controller is overkill.
|
||||
|
||||
Reference in New Issue
Block a user