From 8af3c8d8f131ffb91bc2b4905437701ab8b28f44 Mon Sep 17 00:00:00 2001 From: Crazylemon Date: Mon, 14 Dec 2015 06:08:03 -0800 Subject: [PATCH] It might have been there for a reason w/ever I have no idea what is good for me --- code/game/dna/dna_modifier.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/dna/dna_modifier.dm b/code/game/dna/dna_modifier.dm index ae432ee7336..75489ccf64a 100644 --- a/code/game/dna/dna_modifier.dm +++ b/code/game/dna/dna_modifier.dm @@ -184,8 +184,6 @@ if(M.Victim == L) usr << "[L.name] will not fit into the DNA Scanner because they have a slime latched onto their head." return - if(L == user) - return visible_message("[user] puts [L.name] into the DNA Scanner.") put_in(L) if(user.pulling == L)