Merge pull request #7672 from Meghan-Rossi/triglyceride_taste

Fix fat tasting bitter
This commit is contained in:
Atermonera
2020-09-21 09:54:26 -07:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
@@ -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
@@ -0,0 +1,4 @@
author: Meghan-Rossi
delete-after: True
changes:
- bugfix: "Fat (triglyceride) now tastes greasy instead of bitter."