Ports clonepods to Initialize (#1230)

This commit is contained in:
CitadelStationBot
2017-05-27 15:26:59 -05:00
committed by kevinz000
parent 63ac84ab6d
commit c9ab875da9
+2 -2
View File
@@ -44,8 +44,8 @@
"corazone", // prevents cardiac arrest damage
"mimesbane") // stops them gasping from lack of air.
/obj/machinery/clonepod/New()
..()
/obj/machinery/clonepod/Initialize()
. = ..()
var/obj/item/weapon/circuitboard/machine/B = new /obj/item/weapon/circuitboard/machine/clonepod(null)
B.apply_default_parts(src)