Fixes #9719 - dead goats retaliate

Goats now only produce a message if they are alive
This commit is contained in:
Kelenius
2015-07-20 17:01:29 +03:00
parent 8703bcb72d
commit 83cc80b341

View File

@@ -62,7 +62,8 @@
/mob/living/simple_animal/hostile/retaliate/goat/Retaliate()
..()
src.visible_message("\red [src] gets an evil-looking gleam in their eye.")
if(stat == CONSCIOUS)
visible_message("<span class='warning'>[src] gets an evil-looking gleam in their eye.</span>")
/mob/living/simple_animal/hostile/retaliate/goat/Move()
..()