Merge pull request #10683 from Ghommie/Ghommie-cit520

A few consistencies for those "shoes" that don't actually cover feet.
This commit is contained in:
kevinz000
2020-01-25 05:53:26 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -887,7 +887,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
/datum/reagent/consumable/ethanol/barefoot/on_mob_life(mob/living/carbon/M)
if(ishuman(M)) //Barefoot causes the imbiber to quickly regenerate brute trauma if they're not wearing shoes.
var/mob/living/carbon/human/H = M
if(!H.shoes)
if(!H.shoes || !(H.shoes.body_parts_covered & FEET))
H.adjustBruteLoss(-3, 0)
. = 1
return ..() || .