mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[MIRROR] Adds separate aux base access (#1084)
* Merge pull request #54049 from kriskog/auxbase Adds separate aux base access * Adds separate aux base access Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,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, ACCESS_RESEARCH)
|
||||
req_one_access = list(ACCESS_AUX_BASE, ACCESS_HEADS)
|
||||
var/possible_destinations
|
||||
circuit = /obj/item/circuitboard/computer/auxiliary_base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user