mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
missing slash
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
if(essence == 0)
|
||||
to_chat(src, "<span class='revendanger'>You feel your essence fraying!</span>")
|
||||
|
||||
mob/living/simple_animal/revenant/update_sight()
|
||||
/mob/living/simple_animal/revenant/update_sight()
|
||||
if(!client)
|
||||
return
|
||||
if(stat == DEAD)
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
L.EyeBlind(4)
|
||||
return
|
||||
|
||||
mob/living/simple_animal/hostile/statue/update_sight()
|
||||
/mob/living/simple_animal/hostile/statue/update_sight()
|
||||
if(!client)
|
||||
return
|
||||
if(stat == DEAD)
|
||||
|
||||
Reference in New Issue
Block a user