mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes integrated circuits not being able to have more components added to them (#59724)
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
co-authored by
Watermelon914
parent
9c986fe797
commit
21103dc00b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user