Ghetto surgery can now damage brains, which then can be healed by mannitol

This commit is contained in:
ShizCalev
2018-10-16 18:52:55 -04:00
parent 05030efd5d
commit 9dbc86d7c5
12 changed files with 69 additions and 27 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 || BM.suiciding || (M.brain && (M.brain.damaged_brain || M.brain.suicided)))
if(BM.stat == DEAD || BM.suiciding || (M.brain && (M.brain.brain_death || 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