From 2bb0f348f487605e096ba0cc03ea33cd2a3bb88f Mon Sep 17 00:00:00 2001 From: Jordie Date: Mon, 15 Sep 2014 18:25:16 +1000 Subject: [PATCH] notice > warning --- 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 f9d31980d80..27ddd0a777d 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