Heads will now keep their appearance and name even if grafted

This doesn't fiddle with actual identity though
This commit is contained in:
Crazylemon
2015-12-20 18:35:59 -08:00
parent 2667385040
commit 3f3886fcfb
+3 -1
View File
@@ -137,7 +137,9 @@
/obj/item/organ/external/head/removed()
if(owner)
name = "[owner.real_name]'s head"
if(!istype(dna))
dna = owner.dna.Clone()
name = "[dna.real_name]'s head"
owner.unEquip(owner.glasses)
owner.unEquip(owner.head)
owner.unEquip(owner.l_ear)