From 63b9a5c80a35e1bbefcfa6b07a199f8894100bf2 Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Sat, 29 Aug 2020 13:31:50 -0700 Subject: [PATCH] Also fix the depth scanner --- code/modules/xenoarcheaology/tools/tools.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/xenoarcheaology/tools/tools.dm b/code/modules/xenoarcheaology/tools/tools.dm index fa1d87c6869..9050977e344 100644 --- a/code/modules/xenoarcheaology/tools/tools.dm +++ b/code/modules/xenoarcheaology/tools/tools.dm @@ -215,6 +215,7 @@ current = null else QDEL_LIST_NULL(positive_locations) + positive_locations = list() QDEL_NULL(current) return TRUE