Fixed not being able to insert a brain into an MMI.

This commit is contained in:
xxalpha
2015-06-21 17:50:03 +01:00
parent ab103b54dc
commit 3379fa5172
+1 -1
View File
@@ -41,7 +41,7 @@
user << "<span class='warning'>You aren't sure where this brain came from, but you're pretty sure it's a useless brain!</span>"
return
if(!user.unEquip(src))
if(!user.unEquip(O))
return
var/mob/living/carbon/brain/B = newbrain.brainmob
if(!B.key)