From e299535f88fb3b7ff44a5b9dc681f4558359bc9e Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 20 May 2017 19:40:02 -0400 Subject: [PATCH] Restrict tether shuttle to head access --- maps/tether/tether_shuttles.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/maps/tether/tether_shuttles.dm b/maps/tether/tether_shuttles.dm index 53f448a759d..0328233a982 100644 --- a/maps/tether/tether_shuttles.dm +++ b/maps/tether/tether_shuttles.dm @@ -1,6 +1,7 @@ /obj/machinery/computer/shuttle_control/tether_backup name = "tether backup shuttle control console" shuttle_tag = "Tether Backup" + req_one_access = list(access_heads) /obj/machinery/computer/shuttle_control/multi/tether_antag_ground name = "land crawler control console"