From b7d903fbda8dd0ff41e6b606f5e16a6f380685fe Mon Sep 17 00:00:00 2001 From: Jordie Date: Thu, 18 Sep 2014 13:34:16 +1000 Subject: [PATCH] Adds \ back to DA nodrop message --- code/modules/research/destructive_analyzer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/destructive_analyzer.dm b/code/modules/research/destructive_analyzer.dm index 27ddd0a777d..3d2f4ffc7ec 100644 --- a/code/modules/research/destructive_analyzer.dm +++ b/code/modules/research/destructive_analyzer.dm @@ -67,7 +67,7 @@ Note: Must be placed within 3 tiles of the R&D Console user << "You cannot deconstruct this item!" return if(!user.drop_item()) - user << "The [O] is stuck to your hand, you cannot put it in the [src.name]!" + user << "\The [O] is stuck to your hand, you cannot put it in the [src.name]!" return busy = 1 loaded_item = O