Merge pull request #13326 from VOREStation/upstream-merge-8662

[MIRROR] Properly fixes holodeck landmark deletion
This commit is contained in:
Casey
2022-07-15 18:31:12 -04:00
committed by GitHub
+1
View File
@@ -344,6 +344,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)