Adds the research module, condensed into one commit so far.

This commit is contained in:
Neerti
2015-04-04 20:17:59 -04:00
parent 298240cf09
commit 326fde4c5f
24 changed files with 448 additions and 137 deletions
@@ -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