im baby dumb and removed "a hint of" by accident.

Okay whoops haha there we go now both strong and weak should work.
This commit is contained in:
B1gb3ast
2019-12-18 19:29:57 +01:00
committed by GitHub
parent 7841faa3a9
commit 19b20f8385
+1 -1
View File
@@ -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"