Cleans out (mostly) unused access definitions and makes access lists sorted.

This commit is contained in:
PsiOmegaDelta
2015-08-21 14:45:45 +02:00
parent 317eaf4771
commit 56523d0941
12 changed files with 62 additions and 185 deletions
@@ -308,7 +308,7 @@
/obj/structure/closet/secure_closet/courtroom
name = "courtroom locker"
req_access = list(access_court)
req_access = list(access_lawyer)
New()
..()