Merge resolution.

This commit is contained in:
=
2015-04-11 13:23:17 +09:30
4 changed files with 4 additions and 5 deletions

View File

@@ -80,6 +80,7 @@
var/mob/living/carbon/human/vox/vox = new(get_turf(src),"Vox")
vox.gender = user.gender
raiders.equip(vox)
new /obj/item/organ/stack/vox(vox)
if(user.mind)
user.mind.transfer_to(vox)
spawn(1)