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)