Removes tactical suicide borging (#40754)

* Removes tactical suicide borging

* correction
This commit is contained in:
ShizCalev
2018-10-15 22:51:22 +03:00
committed by vuonojenmustaturska
parent 5f08aa7cca
commit f7fcc4e929
13 changed files with 78 additions and 32 deletions
+1 -1
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