fix indentation

This commit is contained in:
Timothy Teakettle
2020-06-04 15:09:14 +01:00
parent f2aa370506
commit b54cc8de3c

View File

@@ -50,7 +50,7 @@
var/burn_heal = 0
/datum/reagent/consumable/nutriment/on_mob_life(mob/living/carbon/M)
if(!HAS_TRAIT(M, TRAIT_NO_PROCESS_FOOD))
if(!HAS_TRAIT(M, TRAIT_NO_PROCESS_FOOD))
if(prob(50))
M.heal_bodypart_damage(brute_heal,burn_heal, 0)
. = 1