Merge pull request #423 from EmperorJon/04_Dec._Merge_synth_access_fix

Object access check fix.
This commit is contained in:
EmperorJon
2015-12-04 19:08:43 +00:00
+2 -1
View File
@@ -39,7 +39,8 @@
return STATUS_CLOSE
/mob/living/silicon/CanUseObjTopic(var/obj/O)
return O.allowed(src)
var/id = src.GetIdCard()
return O.check_access(id)
/mob/proc/CanUseObjTopic()
return 1