mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user