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 -2
View File
@@ -112,8 +112,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
scan = null
else
var/obj/item/I = usr.get_active_hand()
if (istype(I, /obj/item/weapon/card/id))
usr.drop_item()
if (istype(I, /obj/item/weapon/card/id) && usr.unEquip(I))
I.loc = src
scan = I
authenticated = 0