holy FUCK I got gib overlays working. Why wasn't it before?

No one will ever know.
This commit is contained in:
Poojawa
2019-08-01 00:58:24 -05:00
parent 1d5e21d137
commit c8d7f1909d
8 changed files with 66 additions and 77 deletions
@@ -72,7 +72,7 @@
/obj/effect/decal/cleanable/Crossed(atom/movable/O)
if(ishuman(O))
var/mob/living/carbon/human/H = O
if(H.shoes && blood_state && bloodiness && (!H.has_trait(TRAIT_LIGHT_STEP) || !H.mind.assigned_role == "Detective"))
if(H.shoes && blood_state && bloodiness && (!HAS_TRAIT(H,TRAIT_LIGHT_STEP) || !H.mind.assigned_role == "Detective"))
var/obj/item/clothing/shoes/S = H.shoes
var/add_blood = 0
if(bloodiness >= BLOOD_GAIN_PER_STEP)