From 01256d9c49e308af4cfc3766f6fd1c0db36a0e4f Mon Sep 17 00:00:00 2001 From: Shadow Quill Date: Tue, 15 Sep 2020 16:38:51 -0500 Subject: [PATCH] And Done --- code/game/machinery/computer/aifixer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/aifixer.dm b/code/game/machinery/computer/aifixer.dm index 0a925ba1b8c..38ec50abc6e 100644 --- a/code/game/machinery/computer/aifixer.dm +++ b/code/game/machinery/computer/aifixer.dm @@ -63,6 +63,7 @@ if("fix") if(active) // Prevent from starting a fix while fixing. to_chat(usr, "You are already fixing this AI!") + return active = TRUE INVOKE_ASYNC(src, .proc/fix_ai) add_fingerprint(usr)