diff --git a/code/modules/plumbing/ducts.dm b/code/modules/plumbing/ducts.dm index c05f3f93f0..6cc09c7d15 100644 --- a/code/modules/plumbing/ducts.dm +++ b/code/modules/plumbing/ducts.dm @@ -43,7 +43,6 @@ All the important duct code: anchored = FALSE else if(!can_anchor()) qdel(src) - CRASH("Overlapping ducts detected") if(force_connects) connects = force_connects //skip change_connects() because we're still initializing and we need to set our connects at one point if(!lock_layers)