mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
can_absorb_dna() no longer returns false when DNA is already stored (#25832)
This commit is contained in:
@@ -425,8 +425,7 @@ RESTRICT_TYPE(/datum/antagonist/changeling)
|
||||
to_chat(user, "<span class='warning'>This creature does not have DNA!</span>")
|
||||
return FALSE
|
||||
if(get_dna(target.dna))
|
||||
to_chat(user, "<span class='warning'>We already have this DNA in storage!</span>")
|
||||
return FALSE
|
||||
to_chat(user, "<span class='warning'>We already have this DNA in storage.</span>")
|
||||
return TRUE
|
||||
|
||||
/datum/antagonist/changeling/proc/on_death(mob/living/L, gibbed)
|
||||
|
||||
Reference in New Issue
Block a user