From 2eade6c149902d69517d8bb13bee9b71887af7bf Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Fri, 24 Jul 2020 15:22:38 +0200 Subject: [PATCH] Update code/modules/reagents/chemistry/reagents/other_reagents.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 50bf31afd5..ec68fc6dd1 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -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)