Emagged Cyborgs, when destroyed via the Robotics Console, will not only have a large explosion but their MMI will die with them. This will promote locking down the cyborg, instead, to discover who emagged it via cyborg deconstruction. This commit was brought to you by the feedback thread, which made it happen.

This commit is contained in:
Giacomand
2014-01-10 17:41:16 +00:00
parent 203264b124
commit 548d27da35
@@ -959,6 +959,8 @@
/mob/living/silicon/robot/proc/self_destruct()
if(emagged)
if(mmi)
del(mmi)
explosion(src.loc,1,2,4,flame_range = 2)
else
explosion(src.loc,-1,0,2)