From 190b1c80736a2ff063da68cb9a3f4ddd299e6bf7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 29 May 2015 21:07:56 -0400 Subject: [PATCH] LINDA Fix for Turfs --- code/LINDA/LINDA_turf_tile.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LINDA/LINDA_turf_tile.dm b/code/LINDA/LINDA_turf_tile.dm index a3e5f23ee94..eb43d2d5bca 100644 --- a/code/LINDA/LINDA_turf_tile.dm +++ b/code/LINDA/LINDA_turf_tile.dm @@ -64,7 +64,7 @@ turf/simulated/New() air.temperature = temperature -turf/simulated/Destroy() +turf/simulated/Del() if(active_hotspot) qdel(active_hotspot) ..()