Merge pull request #8753 from Neerti/4-4-2015_borg_module_stuff

Revenge of the Research Module (and other stuff from that PR)
This commit is contained in:
Zuhayr
2015-04-12 13:16:45 +09:30
24 changed files with 423 additions and 138 deletions

View File

@@ -249,6 +249,10 @@
src.add_fingerprint(user)
return
/obj/structure/closet/attack_ai(mob/user)
if(istype(user, /mob/living/silicon/robot) && Adjacent(user)) // Robots can open/close it, but not the AI.
attack_hand(user)
/obj/structure/closet/relaymove(mob/user as mob)
if(user.stat || !isturf(src.loc))
return