Fixed posibrain installed into spiderbot bug, made posibrains a child class of MMI.

This commit is contained in:
Spamcat
2013-03-19 14:37:21 +04:00
parent aef8daed23
commit 86cc28dd57
8 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -161,7 +161,7 @@
else
user << "\blue You need to attach a flash to it first!"
if(istype(W, /obj/item/device/mmi) || istype(W, /obj/item/device/posibrain))
if(istype(W, /obj/item/device/mmi) || istype(W, /obj/item/device/mmi/posibrain))
var/obj/item/device/mmi/M = W
if(check_completion())
if(!istype(loc,/turf))