Fix for my commit regarding simple animals and turrets. Pete is a hero, etc

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3969 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-07-02 20:11:20 +00:00
parent ecd057f10d
commit ac9762228e
+1 -1
View File
@@ -411,7 +411,7 @@
for(var/mob/O in viewers(src, null))
if ((O.client && !( O.blinded )))
O.show_message(text("\red <B>[] has slashed at []!</B>", M, src), 1)
src.health -= M.
src.health -= 15
if (src.health <= 0)
src.die()
else