From 900b0b068aa97bf7e95dac7615147802d38b2316 Mon Sep 17 00:00:00 2001 From: lolman360 Date: Mon, 10 Aug 2020 10:38:53 +1000 Subject: [PATCH] linter take 3 love u putnam --- code/modules/plumbing/ducts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/plumbing/ducts.dm b/code/modules/plumbing/ducts.dm index 735526511f..c05f3f93f0 100644 --- a/code/modules/plumbing/ducts.dm +++ b/code/modules/plumbing/ducts.dm @@ -42,8 +42,8 @@ All the important duct code: active = FALSE anchored = FALSE else if(!can_anchor()) - CRASH("Overlapping ducts detected") 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)