Flavour Enhancement: Flavour (#9034)

* Flavour strings and food tweaks

* Secret Meats...

* beet soup runtime

* fixes chip plates and subtypes

* final spelling corrections
This commit is contained in:
Cerebulon
2023-06-23 16:54:49 -08:00
committed by GitHub
parent e7a0fce846
commit 5cdfc4f09a
13 changed files with 1095 additions and 1074 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ calculate text size per text.
for(var/datum/reagent/R in reagent_list)
if(!R.taste_mult)
continue
if(R.id == "nutriment") //this is ugly but apparently only nutriment (not subtypes) has taste data TODO figure out why
if(istype(R, /datum/reagent/nutriment))
var/list/taste_data = R.get_data()
for(var/taste in taste_data)
if(taste in tastes)
@@ -63,4 +63,4 @@ calculate text size per text.
intensity_desc = "the strong flavor of"
out += "[intensity_desc] [taste_desc]"
return english_list(out, "something indescribable")
return english_list(out, "something indescribable")