From d86e4354a977d9983b9834493ca2694c36016b27 Mon Sep 17 00:00:00 2001 From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com> Date: Mon, 21 Sep 2020 02:14:57 -0300 Subject: [PATCH] travis no likey --- sandcode/code/game/machinery/PDApainter.dm | 2 +- sandcode/code/game/machinery/aug_manipulator.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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