Properly fixes holodeck landmark deletion

Apparently landmark objects need a special var set to be deletable at all.
This commit is contained in:
Verkister
2022-07-10 23:01:14 +03:00
committed by GitHub
parent 45e56badf0
commit dbf9d997d2

View File

@@ -334,6 +334,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)