Allows Circuit-Brains (Digital) to be chosen as an FBP brain-type. (#2008)

* Allows Circuit-Brains (Digital) to be chosen as an FBP brain-type.

* Fixes an Oops made with Status. (Thanks Zuh)
This commit is contained in:
Mechoid
2016-06-30 09:03:53 -04:00
committed by Datraen
parent be3d6608e7
commit d1eb23ee8b
4 changed files with 27 additions and 1 deletions
@@ -21,6 +21,9 @@
/obj/item/organ/internal/brain/mechassist()
replace_self_with(/obj/item/organ/internal/mmi_holder)
/obj/item/organ/internal/brain/digitize()
replace_self_with(/obj/item/organ/internal/mmi_holder/robot)
/obj/item/organ/internal/brain/proc/replace_self_with(replace_path)
var/mob/living/carbon/human/tmp_owner = owner
qdel(src)