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.
This commit is contained in:
GunHog
2017-03-06 04:57:11 -06:00
committed by AnturK
parent 1999a5c79b
commit c03d9c2bf0
+1 -1
View File
@@ -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