TG: Added an ex_act for simple animals

Revision: r3558
Author: 	 kortgstation
This commit is contained in:
Erthilo
2012-05-10 01:59:55 +01:00
parent a9a5e1ef3e
commit 3435a47a7c

View File

@@ -352,3 +352,18 @@
stat = DEAD
density = 0
return
/mob/living/simple_animal/ex_act(severity)
flick("flash", flash)
switch (severity)
if (1.0)
health -= 500
gib()
return
if (2.0)
health -= 60
if(3.0)
health -= 30