oh hey macros.
slightly less ugly ™
This commit is contained in:
@@ -1112,7 +1112,7 @@
|
||||
if(percent < minimum_percent)
|
||||
continue
|
||||
var/intensity_desc = "a hint of"
|
||||
if(percent >= minimum_percent * 2 && percent <= minimum_percent * 3 || percent == 100)
|
||||
if(ISINRANGE(percent, minimum_percent * 2, minimum_percent * 3)|| percent == 100)
|
||||
intensity_desc = ""
|
||||
else if(percent > minimum_percent * 3) // CITCHANGE - food now tasty
|
||||
intensity_desc = "the strong flavor of"
|
||||
|
||||
Reference in New Issue
Block a user