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