diff --git a/code/modules/antagonists/changeling/datum_changeling.dm b/code/modules/antagonists/changeling/datum_changeling.dm index 6ebc385db76..e6f36e577ae 100644 --- a/code/modules/antagonists/changeling/datum_changeling.dm +++ b/code/modules/antagonists/changeling/datum_changeling.dm @@ -425,8 +425,7 @@ RESTRICT_TYPE(/datum/antagonist/changeling) to_chat(user, "This creature does not have DNA!") return FALSE if(get_dna(target.dna)) - to_chat(user, "We already have this DNA in storage!") - return FALSE + to_chat(user, "We already have this DNA in storage.") return TRUE /datum/antagonist/changeling/proc/on_death(mob/living/L, gibbed)