modular man bad.

now mörge this so chefs can make delicious dish, hemk.
This commit is contained in:
B1gb3ast
2019-12-18 23:36:32 +01:00
committed by GitHub
parent d011a7a3d9
commit 21c77cbdf1

View File

@@ -1114,7 +1114,7 @@
var/intensity_desc = "a hint of"
if(ISINRANGE(percent, minimum_percent * 2, minimum_percent * 3)|| percent == 100)
intensity_desc = ""
else if(percent > minimum_percent * 3) // CITCHANGE - food now tasty
else if(percent > minimum_percent * 3)
intensity_desc = "the strong flavor of"
if(intensity_desc != "")
out += "[intensity_desc] [taste_desc]"