From efde9a7e3bedfb892e7b5659ee8f7f44f9aa81a6 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sat, 6 Feb 2016 00:24:15 -0800 Subject: [PATCH] compile error fix --- code/modules/atmospherics/environmental/LINDA_system.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/environmental/LINDA_system.dm b/code/modules/atmospherics/environmental/LINDA_system.dm index a2d476c8814..b3581f33952 100644 --- a/code/modules/atmospherics/environmental/LINDA_system.dm +++ b/code/modules/atmospherics/environmental/LINDA_system.dm @@ -88,7 +88,7 @@ var/adjacent_turfs = atmos_adjacent_turfs.Copy() if (!alldir) - return adjacent_turfs() + return adjacent_turfs var/turf/simulated/curloc = src for (var/direction in diagonals)