mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 15:17:21 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user