From 19b20f8385760544bafc0cf92b2fc925020a3404 Mon Sep 17 00:00:00 2001 From: B1gb3ast Date: Wed, 18 Dec 2019 19:29:57 +0100 Subject: [PATCH] im baby dumb and removed "a hint of" by accident. Okay whoops haha there we go now both strong and weak should work. --- code/modules/reagents/chemistry/holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index f683324105..9dd9efa3a2 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -1112,7 +1112,7 @@ if(percent < minimum_percent) continue var/intensity_desc = "a hint of" - if(percent <= minimum_percent * 3 || percent == 100) + if(percent >= minimum_percent * 2 && percent <= minimum_percent * 3 || percent == 100) intensity_desc = "" else if(percent > minimum_percent * 3) // CITCHANGE - food now tasty intensity_desc = "the strong flavor of"