Removes tactical suicide borging (#40754)

* Removes tactical suicide borging

* correction
This commit is contained in:
ShizCalev
2018-10-15 15:51:22 -04:00
committed by yogstation13-bot
parent 86311ee990
commit deeef5d59c
13 changed files with 78 additions and 32 deletions

View File

@@ -254,7 +254,7 @@
to_chat(user, "<span class='warning'>The MMI indicates that their mind is currently inactive; it might change!</span>")
return
if(BM.stat == DEAD || (M.brain && M.brain.damaged_brain))
if(BM.stat == DEAD || BM.suiciding || (M.brain && (M.brain.damaged_brain || M.brain.suicided)))
to_chat(user, "<span class='warning'>Sticking a dead brain into the frame would sort of defeat the purpose!</span>")
return