From e3c98f79c4413e70a43325f9c15ebc5876db91a6 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Mon, 14 Aug 2017 11:40:46 +0100 Subject: [PATCH] remove trailing newline --- code/modules/mob/living/silicon/ai/ai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 503e1a6fcb4..32befa33c9a 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -1262,4 +1262,4 @@ var/list/ai_verbs_default = list( to_chat(src, "Unable to locate an airlock near [target].") else - to_chat(src, "Target is not on or near any active cameras on the station.") + to_chat(src, "Target is not on or near any active cameras on the station.") \ No newline at end of file