mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
vinegar and a vinegar included food (#22764)
* vinegar and a vinegar included food * nerfs taste values * flavor, new icon * Update code/modules/food_and_drinks/recipes/recipes_grill.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/modules/food_and_drinks/food/foods/ethnic.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
DGamerL
Henri215
parent
c3a78f9ce0
commit
3623116112
@@ -1015,3 +1015,10 @@
|
||||
reagent_state = LIQUID
|
||||
color = "#A7EE9F"
|
||||
taste_description = "mint"
|
||||
|
||||
/datum/reagent/consumable/vinegar
|
||||
name = "Vinegar"
|
||||
id = "vinegar"
|
||||
description = "Useful for pickling, or putting on chips."
|
||||
taste_description = "vinegar"
|
||||
color = "#ffffff"
|
||||
|
||||
@@ -217,3 +217,10 @@
|
||||
min_temp = T0C + 480
|
||||
mix_message = "The mixture emits a horrible smell as you heat up the contents. Luckily, enzymes don't stink."
|
||||
mix_sound = 'sound/goonstation/misc/fuse.ogg'
|
||||
|
||||
/datum/chemical_reaction/vinegar
|
||||
name = "Vinegar"
|
||||
id = "vinegar"
|
||||
result = "vinegar"
|
||||
required_reagents = list("acetic_acid" = 1, "water" = 9)
|
||||
result_amount = 10
|
||||
|
||||
Reference in New Issue
Block a user