diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index a86cb838b3..1b826e6fe4 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -137,6 +137,8 @@ description = "More commonly known as fat, the third macronutrient, with over double the energy content of carbs and protein" reagent_state = SOLID + taste_description = "greasiness" + taste_mult = 0.1 nutriment_factor = 27//The caloric ratio of carb/protein/fat is 4:4:9 color = "#CCCCCC" @@ -146,6 +148,7 @@ id = "oil" description = "Oils are liquid fats." reagent_state = LIQUID + taste_description = "oil" color = "#c79705" touch_met = 1.5 var/lastburnmessage = 0 @@ -222,8 +225,6 @@ name = "Corn Oil" id = "cornoil" description = "An oil derived from various types of corn." - taste_description = "oil" - taste_mult = 0.1 reagent_state = LIQUID /datum/reagent/nutriment/triglyceride/oil/peanut diff --git a/html/changelogs/Meghan Rossi - triglyceride taste.yml b/html/changelogs/Meghan Rossi - triglyceride taste.yml new file mode 100644 index 0000000000..c18e6ff8e9 --- /dev/null +++ b/html/changelogs/Meghan Rossi - triglyceride taste.yml @@ -0,0 +1,4 @@ +author: Meghan-Rossi +delete-after: True +changes: + - bugfix: "Fat (triglyceride) now tastes greasy instead of bitter." \ No newline at end of file