From 104f300952d7dfa7ea61fd2070356512b7f8ccee Mon Sep 17 00:00:00 2001 From: Carl Ivanov Date: Sun, 19 Jul 2015 22:36:30 +0900 Subject: [PATCH] remove file, take 2 remove file path from warning message --- code/controllers/subsystem/air.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index 0e6cee87e57..c335b6bec75 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -195,7 +195,7 @@ var/datum/subsystem/air/SSair T.excited = 1 active_turfs |= T if(active_turfs.len) - warning("There are [active_turfs.len] active turfs at roundstart, this is a mapping error caused by a difference of the air between the adjacent turfs. You can see its coordinates at /data/AT_list.txt or using \"Mapping -> Show roundstart AT list\" verb") + warning("There are [active_turfs.len] active turfs at roundstart, this is a mapping error caused by a difference of the air between the adjacent turfs. You can see its coordinates using \"Mapping -> Show roundstart AT list\" verb (debug verbs required)") for(var/turf/simulated/T in active_turfs) active_turfs_startlist += text("[T.x], [T.y], [T.z]\n")