diff --git a/code/modules/xenobio2/machinery/injector_computer.dm b/code/modules/xenobio2/machinery/injector_computer.dm index 254c2e9f399..2f0144d37b3 100644 --- a/code/modules/xenobio2/machinery/injector_computer.dm +++ b/code/modules/xenobio2/machinery/injector_computer.dm @@ -20,6 +20,7 @@ var/active /obj/machinery/computer/xenobio2/Destroy() + injector.computer = null ..() /obj/machinery/computer/xenobio2/attack_hand(mob/user)