Update dna.dm
This commit is contained in:
@@ -13,11 +13,6 @@
|
|||||||
var/mob/living/holder
|
var/mob/living/holder
|
||||||
|
|
||||||
/datum/dna/New(mob/living/new_holder)
|
/datum/dna/New(mob/living/new_holder)
|
||||||
<<<<<<< HEAD
|
|
||||||
if(new_holder)
|
|
||||||
holder = new_holder
|
|
||||||
|
|
||||||
=======
|
|
||||||
if(istype(new_holder))
|
if(istype(new_holder))
|
||||||
holder = new_holder
|
holder = new_holder
|
||||||
|
|
||||||
@@ -35,7 +30,6 @@
|
|||||||
|
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
>>>>>>> a6e8247... Fixes brain dna (#37132)
|
|
||||||
/datum/dna/proc/transfer_identity(mob/living/carbon/destination, transfer_SE = 0)
|
/datum/dna/proc/transfer_identity(mob/living/carbon/destination, transfer_SE = 0)
|
||||||
if(!istype(destination))
|
if(!istype(destination))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user