Merge pull request #6381 from Fox-McCloud/slaughter-fix

Fixes Slaughter Demon Bloodcrawl and Demonic Whisper
This commit is contained in:
Crazy Lemon
2017-02-10 17:19:54 -08:00
committed by GitHub
2 changed files with 9 additions and 13 deletions
@@ -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")