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
@@ -54,7 +54,7 @@
idle_power_usage = 4
active_power_usage = 8
power_channel = ENVIRON
req_access = list(GLOB.access_atmospherics)
req_access = list(ACCESS_ATMOSPHERICS)
max_integrity = 250
integrity_failure = 80
armor = list(melee = 0, bullet = 0, laser = 0, energy = 100, bomb = 0, bio = 100, rad = 100, fire = 90, acid = 30)
@@ -362,7 +362,7 @@
if("restricted")
restricted = !restricted
if(restricted)
req_access = list(GLOB.access_engine)
req_access = list(ACCESS_ENGINE)
else
req_access = list()
. = TRUE