Merge pull request #7134 from Novacat/nova-pathfinder

Removes Xenoarch access on Mining Shuttle
This commit is contained in:
Novacat
2020-04-05 00:09:23 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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