Unbreaks defibs and SR

This commit is contained in:
alex-gh
2018-11-24 17:56:23 +01:00
parent 1f171b6f5e
commit a29f36e4b8
2 changed files with 3 additions and 3 deletions
@@ -685,7 +685,7 @@
window_flash(ghost.client)
ghost << sound('sound/effects/genetics.ogg')
M.visible_message("<span class='notice'>[M] doesn't appear to respond, perhaps try again later?</span>")
if(!M.suiciding && !ghost && !(NOCLONE in M.mutations) && !(M.mind && M.mind.is_revivable()))
if(!M.suiciding && !ghost && !(NOCLONE in M.mutations) && (M.mind && M.mind.is_revivable()))
var/time_dead = world.time - M.timeofdeath
M.visible_message("<span class='warning'>[M] seems to rise from the dead!</span>")
M.adjustCloneLoss(50)