Update dna.dm

This commit is contained in:
LetterJay
2018-04-12 07:04:09 -05:00
committed by GitHub
parent 2aff700c14
commit dcff61724a
+1 -7
View File
@@ -13,11 +13,6 @@
var/mob/living/holder
/datum/dna/New(mob/living/new_holder)
<<<<<<< HEAD
if(new_holder)
holder = new_holder
=======
if(istype(new_holder))
holder = new_holder
@@ -34,8 +29,7 @@
previous.Cut() //^
return ..()
>>>>>>> a6e8247... Fixes brain dna (#37132)
/datum/dna/proc/transfer_identity(mob/living/carbon/destination, transfer_SE = 0)
if(!istype(destination))
return