Full Positronic Brain to Robotic Brain Refactor

This commit is contained in:
Fox McCloud
2018-07-12 19:30:48 -04:00
parent 665c0062b3
commit 67d12c0aa6
18 changed files with 98 additions and 143 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
if(O.mind && O.mind.assigned_role == "Cyborg")
if(O.mind.role_alt_title == "Android")
O.mmi = new /obj/item/mmi/posibrain(O)
O.mmi = new /obj/item/mmi/robotic_brain(O)
else if(O.mind.role_alt_title == "Robot")
O.mmi = null //Robots do not have removable brains.
else