Made it easier to log into the detective comp.

This commit is contained in:
SkyMarshal
2012-06-01 17:39:02 -07:00
parent e97e99a046
commit bed853529d
+2 -4
View File
@@ -134,10 +134,8 @@ obj/machinery/computer/forensic_scanning
authenticated = 1
updateDialog()
return
var/obj/item/weapon/card/id/I = M.equipped()
if (I && istype(I))
if(src.check_access(I))
authenticated = 1
if (allowed(M))
authenticated = 1
//usr << "\green Access Granted"
//if(!authenticated)
//usr << "\red Access Denied"