From a987940682c02539d5738502698d9c1e28f87a79 Mon Sep 17 00:00:00 2001 From: Casey Date: Fri, 15 Jul 2022 18:31:12 -0400 Subject: [PATCH] Merge pull request #13326 from VOREStation/upstream-merge-8662 [MIRROR] Properly fixes holodeck landmark deletion --- code/modules/holodeck/HolodeckControl.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holodeck/HolodeckControl.dm b/code/modules/holodeck/HolodeckControl.dm index 48e2942323..3f0cbafe43 100644 --- a/code/modules/holodeck/HolodeckControl.dm +++ b/code/modules/holodeck/HolodeckControl.dm @@ -336,6 +336,7 @@ spawn(30) for(var/obj/effect/landmark/L in linkedholodeck) + L.delete_me = 1 if(L.name=="Atmospheric Test Start") spawn(20) var/turf/T = get_turf(L)