From 82114bf5d9ff9d0a6627ac56647d6547c96ecae4 Mon Sep 17 00:00:00 2001 From: warior4356 Date: Sun, 27 Sep 2020 23:58:08 -0700 Subject: [PATCH] Fixes welder step of AI deconstruction --- 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 11d90f4094a..1fe5c3eaea8 100644 --- a/code/game/machinery/computer/ai_core.dm +++ b/code/game/machinery/computer/ai_core.dm @@ -225,7 +225,7 @@ qdel(src) /obj/structure/AIcore/welder_act(mob/user, obj/item/I) - if(!state) + if(state) return . = TRUE if(!I.tool_use_check(user, 0))