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
@@ -51,7 +51,7 @@
var/ident = 0
var/locked = TRUE
var/list/req_access = list(GLOB.access_robotics)
var/list/req_access = list(ACCESS_ROBOTICS)
var/alarms = list("Motion"=list(), "Fire"=list(), "Atmosphere"=list(), "Power"=list(), "Camera"=list(), "Burglar"=list())
@@ -842,7 +842,7 @@
icon_state = "syndie_bloodhound"
faction = list("syndicate")
bubble_icon = "syndibot"
req_access = list(GLOB.access_syndicate)
req_access = list(ACCESS_SYNDICATE)
lawupdate = FALSE
scrambledcodes = TRUE // These are rogue borgs.
ionpulse = TRUE