From 279173dff56a52e5f943eeb944edaa55fb54e733 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 4 Oct 2022 16:46:56 +0200 Subject: [PATCH] [MIRROR] Fixes abandoned airlock helper behaviour [MDB IGNORE] (#16632) * Fixes abandoned airlock helper behaviour (#70237) remove the door instead of making a wall under it Co-authored-by: tattle * Fixes abandoned airlock helper behaviour Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: tattle --- code/modules/mapping/mapping_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mapping/mapping_helpers.dm b/code/modules/mapping/mapping_helpers.dm index d95be2db9dd..ab3198562b0 100644 --- a/code/modules/mapping/mapping_helpers.dm +++ b/code/modules/mapping/mapping_helpers.dm @@ -134,7 +134,7 @@ qdel(src) return here.PlaceOnTop(/turf/closed/wall) - qdel(src) + qdel(airlock) return if(9 to 11) airlock.lights = FALSE