Added sprites and basic code for positronic brains.

This commit is contained in:
Zuhayr
2013-01-06 04:04:25 -08:00
parent 6751c1a6be
commit 4f93d392f4
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if (silent)
return
if(!(container && istype(container, /obj/item/device/mmi)))
if(!(container && (istype(container, /obj/item/device/mmi) || istype(container, /obj/item/device/posibrain))))
return //No MMI, can't speak, bucko./N
else
if(prob(emp_damage*4))