diff --git a/code/modules/xenobio2/machinery/injector_computer.dm b/code/modules/xenobio2/machinery/injector_computer.dm index 12887506c2f..2f0144d37b3 100644 --- a/code/modules/xenobio2/machinery/injector_computer.dm +++ b/code/modules/xenobio2/machinery/injector_computer.dm @@ -20,8 +20,8 @@ var/active /obj/machinery/computer/xenobio2/Destroy() - ..() injector.computer = null + ..() /obj/machinery/computer/xenobio2/attack_hand(mob/user) if(..()) @@ -109,5 +109,5 @@ /obj/item/weapon/circuitboard/xenobio2computer name = T_BOARD("injector control console") - build_path = /obj/item/weapon/circuitboard/xenobio2computer - origin_tech = list() //To be filled, + build_path = /obj/machinery/computer/xenobio2 + origin_tech = list() //To be filled