From 5d2186cafd08d9ca81c22dd3715906efc0936038 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 17 Apr 2020 09:27:31 -0400 Subject: [PATCH] Fixfix Travis --- code/modules/mining/shelter_atoms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/shelter_atoms.dm b/code/modules/mining/shelter_atoms.dm index d39f26178e2..cde54e5baf3 100644 --- a/code/modules/mining/shelter_atoms.dm +++ b/code/modules/mining/shelter_atoms.dm @@ -67,7 +67,7 @@ GLOBAL_LIST_EMPTY(unique_deployable) if(unique_id) if(unique_id in GLOB.unique_deployable) - loc.visible_message("\There can only be one [src] deployed at a time.") + loc.visible_message("There can only be one [src] deployed at a time.") used = FALSE return GLOB.unique_deployable += unique_id