Light step quirk rebalance (#49059)

* Light step rebalance

* null check

* Reduced cost back to 1
This commit is contained in:
skoglol
2020-01-29 19:46:51 +01:00
committed by GitHub
parent 6f23711bce
commit d33b46bb37
2 changed files with 8 additions and 2 deletions
@@ -85,7 +85,7 @@
..()
if(ishuman(O))
var/mob/living/carbon/human/H = O
if(H.shoes && blood_state && bloodiness && !HAS_TRAIT(H, TRAIT_LIGHT_STEP))
if(H.shoes && blood_state && bloodiness)
var/obj/item/clothing/shoes/S = H.shoes
if(!S.can_be_bloody)
return