Fixes dogborg sitting (#6112)

This commit is contained in:
Poojawa
2018-04-01 04:06:10 -05:00
committed by GitHub
parent 9d229ebb8c
commit 75a49c53c8
2 changed files with 16 additions and 5 deletions
@@ -159,6 +159,8 @@
toner = tonermax
diag_hud_set_borgcell()
verbs += /mob/living/proc/lay_down //CITADEL EDIT gimmie rest verb kthx
//If there's an MMI in the robot, have it ejected when the mob goes away. --NEO
/mob/living/silicon/robot/Destroy()
if(mmi && mind)//Safety for when a cyborg gets dust()ed. Or there is no MMI inside.