Update code/modules/reagents/chemistry/reagents/other_reagents.dm

Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>
This commit is contained in:
Iatots
2020-07-24 15:22:38 +02:00
committed by GitHub
parent a9c51fc624
commit 2eade6c149
@@ -2346,7 +2346,7 @@
metabolization_rate = 0.05 * REAGENTS_METABOLISM
taste_description = "wet hair"
var/amount = 0
var/knotted = 0
var/knotted = FALSE
/datum/reagent/hairball/on_mob_life(mob/living/carbon/M)
amount = M.reagents.get_reagent_amount(/datum/reagent/hairball)