Skip to content

Commit

Permalink
Update food-Drinks.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Smokingsquirrel authored Oct 23, 2024
1 parent 7db2a2c commit 40aac44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/reagents/food-Drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@
id = "bilk"
description = "This appears to be beer mixed with milk. Disgusting."
taste_description = "desperation and lactate"
taste_tag = list(TASTE_BUBBLY,TASTE_BITTER)
taste_tag = list(TASTE_BUBBLY,TASTE_BITTER,TASTE_UMAMI)
color = "#895C4C"
strength = 40
nutriment_factor = 2
Expand Down Expand Up @@ -2225,7 +2225,7 @@
id = "changelingsting"
description = "You take a tiny sip and feel a burning sensation..."
taste_description = "your brain coming out your nose"
taste_tag = list(TASTE_STRONG,TASTE_SOUR)
taste_tag = list(TASTE_STRONG,TASTE_SOUR,TASTE_UMAMI)
color = "#2E6671"
strength = 5

Expand Down

0 comments on commit 40aac44

Please sign in to comment.