mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user