MMIs are now properly buildable with the mecha fabricator.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1604 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3
2011-05-19 23:48:22 +00:00
parent e81be0b5f2
commit 33bdb0b34d

View File

@@ -10,6 +10,11 @@
var/mob/living/silicon/robot = null
var/obj/mecha = null
var/locked = 0
var/list/construction_cost = list("metal"=1000,"glass"=500)
var/construction_time = 75
//these vars are so the mecha fabricator doesn't shit itself anymore. --NEO
req_access = list(access_robotics)
attackby(var/obj/item/O as obj, var/mob/user as mob)