Revert two-ear system from Bay.

This commit is contained in:
Rob Nelson
2014-02-02 15:57:33 -08:00
parent f2fc8a95a5
commit acf0d26b9b
43 changed files with 242 additions and 396 deletions

View File

@@ -68,7 +68,8 @@ datum/mind
proc/transfer_to(mob/living/new_character)
if(!istype(new_character))
world.log << "## DEBUG: transfer_to(): Some idiot has tried to transfer_to() a non mob/living mob. Please inform Carn"
error("transfer_to(): Some idiot has tried to transfer_to() a non mob/living mob. Please inform Carn")
if(current) //remove ourself from our old body's mind variable
if(changeling)
current.remove_changeling_powers()
@@ -793,8 +794,7 @@ datum/mind
var/mob/living/carbon/human/H = current
del(H.belt)
del(H.back)
del(H.l_ear)
del(H.r_ear)
del(H.ears)
del(H.gloves)
del(H.head)
del(H.shoes)
@@ -1096,8 +1096,7 @@ datum/mind
var/mob/living/carbon/human/H = current
del(H.belt)
del(H.back)
del(H.l_ear)
del(H.r_ear)
del(H.ears)
del(H.gloves)
del(H.head)
del(H.shoes)