Add mob/living stat setter and observer

This commit is contained in:
Atermonera
2020-03-23 19:47:03 -07:00
committed by VirgoBot
parent 7dcfd12266
commit 87333d9c25
38 changed files with 262 additions and 54 deletions

View File

@@ -93,7 +93,7 @@ Also includes Life and New
traitdat.source = name
if(!health)
stat = DEAD
set_stat(DEAD)
/mob/living/simple_mob/xeno/bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj, /obj/item/projectile/beam/stun/xeno))