travis no likey

This commit is contained in:
Enric Gabriel
2020-09-21 02:14:57 -03:00
parent 46288f263e
commit d86e4354a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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