Merge pull request #8662 from Verkister/patch-92

Properly fixes holodeck landmark deletion
This commit is contained in:
Atermonera
2022-07-14 20:04:30 -04:00
committed by VirgoBot
parent 4f394a9221
commit 55ba71f159
+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)