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 CHOMPStation2
parent 494be6adef
commit a987940682

View File

@@ -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)