Buildables v1.2 (#1517)

* Removes text2path, adds constructability to a few things, adds a locker_painter.dm, and several fixes.

* Fixes Maps due to working on ancient versions.

* Path error.

* Adds a missing ..()
This commit is contained in:
SinTwo
2016-05-03 17:18:12 -04:00
committed by EmperorJon
parent ff06850ea1
commit 5ae20ceb8b
53 changed files with 1044 additions and 527 deletions

View File

@@ -25,6 +25,9 @@
..()
initialize_directions = dir
/obj/machinery/atmospherics/unary/heater/map/New()
..()
circuit = new circuit(src)
component_parts = list()
component_parts += new /obj/item/weapon/stock_parts/matter_bin(src)
component_parts += new /obj/item/weapon/stock_parts/capacitor(src)