living slowed

This commit is contained in:
Fox-McCloud
2016-05-06 18:02:09 -04:00
parent 52bc145c17
commit 7838d1b147
+8
View File
@@ -828,3 +828,11 @@
butcher_results.Remove(path) //In case you want to have things like simple_animals drop their butcher results on gib, so it won't double up below.
visible_message("<span class='notice'>[user] butchers [src].</span>")
gib()
/mob/living/movement_delay()
var/tally = 0
if(slowed)
tally += 10
return tally