From 4a9dbd1447f113458fc50502e284efe66671b014 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sat, 7 Oct 2017 13:10:54 -0400 Subject: [PATCH] Makes the noop turf less eyerapey --- code/modules/mapping/reader.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mapping/reader.dm b/code/modules/mapping/reader.dm index 51e3463782..862de852bc 100644 --- a/code/modules/mapping/reader.dm +++ b/code/modules/mapping/reader.dm @@ -467,3 +467,4 @@ GLOBAL_DATUM_INIT(_preloader, /dmm_suite/preloader, new) /turf/template_noop name = "Turf Passthrough" + icon_state = "noop"