Prevents this bug from turning into a hydra.

This commit is contained in:
Miauw
2015-01-08 19:56:44 +01:00
parent 109b0a434a
commit ab6d6a9b70
2 changed files with 2 additions and 0 deletions
@@ -147,4 +147,5 @@
borg.mmi = null
if(brainmob)
qdel(brainmob)
brainmob = null
..()
@@ -103,4 +103,5 @@
/obj/item/device/mmi/Destroy() //copypasted from MMIs.
if(brainmob)
qdel(brainmob)
brainmob = null
..()