Merge pull request #10694 from PsiOmegaDelta/150817-SynthAccess

Synths now relies on access permissions as well.
This commit is contained in:
Zuhayr
2015-08-24 17:45:10 +09:30
39 changed files with 253 additions and 211 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ var/const/AIRLOCK_WIRE_LIGHT = 2048
if(A.emagged) return
if(!A.requiresID() || A.check_access(null))
if(A.density) A.open()
else A.close()
else A.close()
if(AIRLOCK_WIRE_SAFETY)
A.safe = !A.safe
if(!A.density)