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
@@ -187,7 +187,7 @@
var/obj/item/weapon/card/id/W = H.wear_id
W.icon_state = "centcom"
W.access = get_centcom_access("Centcom Official")
W.access += GLOB.access_weapons
W.access += ACCESS_WEAPONS
W.assignment = "Centcom Official"
W.registered_name = H.real_name
W.update_label()