Fix player panel

This commit is contained in:
Markolie
2015-03-04 14:47:45 +01:00
parent 3a196c1812
commit 691fef1ff0
+1 -1
View File
@@ -160,7 +160,7 @@ var/list/ai_verbs_default = list(
if(!safety)//Only used by AIize() to successfully spawn an AI.
if (!B)//If there is no player/brain inside.
new/obj/structure/AIcore/deactivated(loc)//New empty terminal.
del(src)//Delete AI.
qdel(src)//Delete AI.
return
else
if (B.brainmob.mind)