mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +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
|
||||
|
||||
Reference in New Issue
Block a user