mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user