Revenants can die now

- Removed "You can't die if you just died" insanity
This commit is contained in:
TullyBurnalot
2016-07-09 03:49:47 +01:00
parent 61b436e92d
commit 9775cf9ec4
@@ -164,7 +164,7 @@
/mob/living/simple_animal/revenant/death()
..()
if(!revealed || stat == DEAD) //Revenants cannot die if they aren't revealed //or are already dead
if(!revealed)
return
ghost_darkness_images -= ghostimage
updateallghostimages()
@@ -188,7 +188,6 @@
qdel(src)
return
/mob/living/simple_animal/revenant/attackby(obj/item/W, mob/living/user, params)
if(istype(W, /obj/item/weapon/nullrod))
visible_message("<span class='warning'>[src] violently flinches!</span>", \