Merge pull request #10229 from B1gb3ast/master

Fixes nonfunctional code so that tongues can taste strong flavors
This commit is contained in:
kevinz000
2019-12-19 04:06:07 -07:00
committed by GitHub
+1 -1
View File
@@ -1112,7 +1112,7 @@
if(percent < minimum_percent)
continue
var/intensity_desc = "a hint of"
if(percent > minimum_percent * 2 || percent == 100)
if(ISINRANGE(percent, minimum_percent * 2, minimum_percent * 3)|| percent == 100)
intensity_desc = ""
else if(percent > minimum_percent * 3)
intensity_desc = "the strong flavor of"