From c160d73265508debe38af90c6b8fb840f45c3248 Mon Sep 17 00:00:00 2001 From: lolman360 Date: Mon, 10 Aug 2020 10:40:30 +1000 Subject: [PATCH] ee --- code/modules/plumbing/ducts.dm | 1 - 1 file changed, 1 deletion(-) 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)