Tweaks amount of footprints, and fixes some bugs related to footprints, adds shoetype tracking to footprints

This commit is contained in:
Remie Richards
2015-09-13 15:36:56 +01:00
parent 803b6dfd87
commit 4bb97067b2
5 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
/obj/effect/proc_holder/spell/bloodcrawl/choose_targets(mob/user = usr)
for(var/obj/effect/decal/cleanable/target in range(range, get_turf(user)))
if(istype(target, /obj/effect/decal/cleanable/blood) || istype(target, /obj/effect/decal/cleanable/trail_holder))
if(target.can_bloodcrawl_in())
perform(target)
return
revert_cast()