Merge pull request #10668 from lass9030/rev_vision

Rev(and statue) vision mode fix
This commit is contained in:
variableundefined
2019-01-18 08:23:17 +08:00
committed by GitHub
2 changed files with 13 additions and 1 deletions
@@ -91,7 +91,12 @@
if(essence == 0)
to_chat(src, "<span class='revendanger'>You feel your essence fraying!</span>")
/mob/living/simple_animal/revenant/update_sight()
if(!client)
return
if(stat == DEAD)
grant_death_vision()
return
/mob/living/simple_animal/revenant/say(message)
if(!message)
@@ -189,6 +189,13 @@
L.EyeBlind(4)
return
/mob/living/simple_animal/hostile/statue/update_sight()
if(!client)
return
if(stat == DEAD)
grant_death_vision()
return
//Toggle Night Vision
/obj/effect/proc_holder/spell/targeted/night_vision
name = "Toggle Nightvision"