mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Merge pull request #7134 from Novacat/nova-pathfinder
Removes Xenoarch access on Mining Shuttle
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
/obj/machinery/computer/shuttle_control/belter
|
||||
name = "belter control console"
|
||||
req_one_access = list(access_mining, access_xenoarch, access_medical_equip) //Allows xenoarch, miners AND doctors to use it.
|
||||
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.
|
||||
|
||||
/obj/machinery/computer/shuttle_control/mining
|
||||
|
||||
@@ -28889,7 +28889,7 @@
|
||||
/obj/machinery/door/airlock/glass_mining{
|
||||
name = "Belter Control Room";
|
||||
req_access = list();
|
||||
req_one_access = list(48,65,66)
|
||||
req_one_access = list(48,66)
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
|
||||
Reference in New Issue
Block a user