From 85acdc019cdd10b2d68b7679dd82e46151f4702b Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Mon, 2 Aug 2021 21:05:10 -0400 Subject: [PATCH] Disconnects AI's from their shell if hit by Twisted Construction (#60642) --- code/modules/antagonists/cult/blood_magic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/cult/blood_magic.dm b/code/modules/antagonists/cult/blood_magic.dm index c79f07b481a..b0f2fb71069 100644 --- a/code/modules/antagonists/cult/blood_magic.dm +++ b/code/modules/antagonists/cult/blood_magic.dm @@ -623,6 +623,7 @@ return else uses-- + candidate.undeploy() to_chat(user, span_warning("A dark cloud emanates from you hand and swirls around [candidate] - twisting it into a construct shell!")) new /obj/structure/constructshell(T) SEND_SOUND(user, sound('sound/effects/magic.ogg',0,1,25))