Update brain.dm

This commit is contained in:
Verkister
2020-11-08 13:08:35 +02:00
committed by GitHub
parent 249bc1418b
commit 5018df615e
+2 -6
View File
@@ -99,15 +99,11 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
brainmob = new(src)
brainmob.name = H.real_name
brainmob.real_name = H.real_name
<<<<<<< HEAD
brainmob.dna = H.dna.Clone()
brainmob.timeofhostdeath = H.timeofdeath
brainmob.ooc_notes = H.ooc_notes //VOREStation Edit
=======
if(istype(H))
brainmob.dna = H.dna.Clone()
brainmob.timeofhostdeath = H.timeofdeath
>>>>>>> 68b370b... Fresh Meat, Leatherworking (#7629)
brainmob.ooc_notes = H.ooc_notes //VOREStation Edit
// Copy modifiers.
for(var/datum/modifier/M in H.modifiers)