From 21103dc00b4baa4fca2281f62dc4fb65522606df Mon Sep 17 00:00:00 2001 From: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Date: Sat, 19 Jun 2021 09:38:35 +0100 Subject: [PATCH] Fixes integrated circuits not being able to have more components added to them (#59724) Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> --- code/datums/components/shell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/shell.dm b/code/datums/components/shell.dm index 00e08e846a2..8d6abd53500 100644 --- a/code/datums/components/shell.dm +++ b/code/datums/components/shell.dm @@ -201,7 +201,7 @@ UnregisterSignal(attached_circuit, list( COMSIG_MOVABLE_MOVED, COMSIG_PARENT_QDELETING, - COMSIG_CIRCUIT_ADD_COMPONENT, + COMSIG_CIRCUIT_ADD_COMPONENT_MANUALLY, )) if(attached_circuit.loc == parent) var/atom/parent_atom = parent