more updates

This commit is contained in:
Fox McCloud
2019-08-31 00:17:37 -04:00
parent 97ff6bb33c
commit 133795d75c
47 changed files with 236 additions and 227 deletions

View File

@@ -380,7 +380,7 @@
medsensor.add_hud_to(src)
/mob/living/simple_animal/hostile/lightgeist/AttackingTarget()
..()
. = ..()
if(isliving(target) && target != src)
var/mob/living/L = target
if(L.stat < DEAD)