From fc97e08078d7601520c83a525bddbc88f3f5b0a3 Mon Sep 17 00:00:00 2001 From: Kepplerx <65926304+Kepplerx@users.noreply.github.com> Date: Thu, 18 Feb 2021 18:02:22 +0100 Subject: [PATCH] Update ai_core.dm --- code/game/machinery/computer/ai_core.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/ai_core.dm b/code/game/machinery/computer/ai_core.dm index 41bc7d0636a..b9c567321c3 100644 --- a/code/game/machinery/computer/ai_core.dm +++ b/code/game/machinery/computer/ai_core.dm @@ -7,7 +7,7 @@ max_integrity = 500 var/state = 0 var/datum/ai_laws/laws = null - var/obj/item/circuitboard/circuit = /obj/item/circuitboard/aicore + var/obj/item/circuitboard/aicore/circuit = null var/obj/item/mmi/brain = null /obj/structure/AIcore/Destroy()