Merge pull request #2033 from Citadel-Station-13/upstream-merge-29260

[MIRROR] Changes all access const to be a define
This commit is contained in:
LetterJay
2017-07-19 13:18:58 -05:00
committed by GitHub
106 changed files with 903 additions and 808 deletions
+1 -1
View File
@@ -20,7 +20,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(GLOB.access_cargo, GLOB.access_construction, GLOB.access_heads, GLOB.access_research)
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