diff --git a/sandcode/code/game/machinery/PDApainter.dm b/sandcode/code/game/machinery/PDApainter.dm index 7eb1de31fa..56543c7d92 100644 --- a/sandcode/code/game/machinery/PDApainter.dm +++ b/sandcode/code/game/machinery/PDApainter.dm @@ -1,7 +1,7 @@ /obj/machinery/pdapainter circuit = /obj/item/circuitboard/machine/pdapainter -/obj/machinery/pdapainter/Initialize() //aug_manipulator code is so stupid that i sincerely can't make out why it doesn't just work normally +/obj/machinery/pdapainter/New() //aug_manipulator code is so stupid that i sincerely can't make out why it doesn't just work normally . = ..() //in any case if you figure out how to make it just work normally, have a go at it. if(!component_parts) circuit = null diff --git a/sandcode/code/game/machinery/aug_manipulator.dm b/sandcode/code/game/machinery/aug_manipulator.dm index 6f9f6dc8e4..4cee6ec93d 100644 --- a/sandcode/code/game/machinery/aug_manipulator.dm +++ b/sandcode/code/game/machinery/aug_manipulator.dm @@ -1,7 +1,7 @@ /obj/machinery/aug_manipulator circuit = /obj/item/circuitboard/machine/aug_manipulator -/obj/machinery/aug_manipulator/Initialize() //aug_manipulator code is so stupid that i sincerely can't make out why it doesn't just work normally +/obj/machinery/aug_manipulator/New() //aug_manipulator code is so stupid that i sincerely can't make out why it doesn't just work normally . = ..() //in any case if you figure out how to make it just work normally, have a go at it. if(!component_parts) circuit = null