From c03d9c2bf04777f8334755b30374b2e930cf0b7d Mon Sep 17 00:00:00 2001 From: GunHog Date: Mon, 6 Mar 2017 04:57:11 -0600 Subject: [PATCH] Adds missing access to the Aux Base Console (#24653) The research access was missing from the base management console. It exists on the first airlock, meaning scientists could get into the base, but not attempt to launch it. --- code/modules/mining/aux_base.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/aux_base.dm b/code/modules/mining/aux_base.dm index a10c57111f5..87bc8485cba 100644 --- a/code/modules/mining/aux_base.dm +++ b/code/modules/mining/aux_base.dm @@ -19,7 +19,7 @@ interface with the mining shuttle at the landing site if a mobile beacon is also var/launch_warning = TRUE var/list/turrets = list() //List of connected turrets - req_one_access = list(access_cargo, access_construction, access_heads) + req_one_access = list(access_cargo, access_construction, access_heads, access_research) var/possible_destinations clockwork = TRUE var/obj/item/device/gps/internal/base/locator