Fixes reported issues.

This commit is contained in:
ZomgPonies
2015-05-15 10:57:37 -04:00
parent c93498d4d8
commit 2c965aef08
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
attackby(var/obj/item/O as obj, var/mob/user as mob, params)
if(istype(O, /obj/item/organ/brain/crystal ))
user << "\red This brain is too malformed to be able to use with the [src]."
user << "<span class='warning'> This brain is too malformed to be able to use with the [src].</span>"
return
if(istype(O,/obj/item/organ/brain) && !brainmob) //Time to stick a brain in it --NEO
if(!O:brainmob)