Holodeck update / Holocarp

This commit is contained in:
ZomgPonies
2014-01-24 17:24:38 -05:00
parent 128afe4833
commit d1dc02063c
3 changed files with 17 additions and 8 deletions
@@ -52,4 +52,13 @@
if(istype(L))
if(prob(15))
L.Weaken(3)
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")
L.visible_message("<span class='danger'>\the [src] knocks down \the [L]!</span>")
/mob/living/simple_animal/hostile/carp/holocarp
icon_state = "holocarp"
icon_living = "holocarp"
/mob/living/simple_animal/hostile/carp/holocarp/Die()
del(src)
return