mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Fix fat tasting bitter
*Fat (triglyceride) now tastes greasy instead of bitter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user