From 0ebd41b05e30165220ce1cca613c79b3cf0ea7a3 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Fri, 10 Feb 2017 08:26:28 -0500 Subject: [PATCH] Fixes Slaughter Demon Bloodcrawl --- code/game/objects/effects/decals/Cleanable/humans.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/effects/decals/Cleanable/humans.dm b/code/game/objects/effects/decals/Cleanable/humans.dm index 26344ec96f1..ed322d99564 100644 --- a/code/game/objects/effects/decals/Cleanable/humans.dm +++ b/code/game/objects/effects/decals/Cleanable/humans.dm @@ -117,9 +117,9 @@ var/global/list/image/splatter_cache=list() user.hand_blood_color = basecolor user.update_inv_gloves(1) user.verbs += /mob/living/carbon/human/proc/bloody_doodle - + /obj/effect/decal/cleanable/blood/can_bloodcrawl_in() - return amount + return TRUE /obj/effect/decal/cleanable/blood/splatter random_icon_states = list("mgibbl1", "mgibbl2", "mgibbl3", "mgibbl4", "mgibbl5")