Skip to content
Open
3 changes: 2 additions & 1 deletion Resources/Locale/en-US/_DV/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reagent-physical-desc-maddening = maddening
reagent-physical-desc-dark = dark
reagent-physical-desc-menacing = menacing
reagent-physical-desc-menacing = menacing

2 changes: 1 addition & 1 deletion Resources/Locale/en-US/_Omu/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ flavor-complex-dwarfgrudge = like grudges and resentment
flavor-complex-rawshrimp = shrimply uncooked
flavor-complex-shrimp = shrimply wonderful
flavor-complex-thewelles= like a city you've got to burn
# Description of what plutonium tastes like from IFL Science article "What Does Plutonium Taste Like?" published March 5, 2025
flavor-complex-atomicPrecision = sour and sweet, enough to drown out the umami of "I'm going to die soon"
flavor-complex-wolfs-milk = like you're a disgusting cretin
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ reagent-physical-desc-veryfeathery = very feathery
reagent-physical-desc-pandemonicallyfuzzy = pandemonically fuzzy
reagent-physical-desc-veryheadacheinducing = very headache inducing
reagent-physical-desc-verygritty = very gritty
reagent-physical-desc-chunky = chunky
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ reagent-desc-moscow-mule = A surpsingly strong and refreshing mixed drink, serve
# Omu start
reagent-name-welles = the welles
reagent-desc-welles = A smooth drink for the big dreamers from the lower classes in Night City. Made with love and mourning.
reagent-name-wolfs-milk = Wolf's Milk
reagent-desc-wolfs-milk = Rancid combination for a rancid human being. Best served in a vacuum flask, assuming you consider this drinkable.
# Omu end

reagent-name-the-sun-also-rises = the sun also rises
Expand All @@ -387,3 +390,5 @@ reagent-desc-zombiecocktail = It gets in your head. Your he-eyeh-ead.
reagent-name-bacchus-blessing = bacchus's blessing
reagent-desc-bacchus-blessing = You didn't think it was possible for a liquid to be so utterly revolting. Are you sure about this...?
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2938,3 +2938,20 @@
- type: Icon
sprite: Objects/Consumable/Drinks/bacchusblessing.rsi
state: icon

- type: entity # Omu start
parent: DrinkGlass
id: DrinkWolfsMilk
suffix: Wolf's Milk
description: Nasty!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Wolf's Milk
Quantity: 30
- type: Icon
sprite: Objects/Consumable/Drinks/eggnogglass.rsi
state: icon # Omu end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to _Omu namespace.

19 changes: 18 additions & 1 deletion Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,9 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.2 # Omu end
amount: 0.2

# Omu end

- type: reagent
id: Mimeosa
Expand Down Expand Up @@ -2716,3 +2718,18 @@
- !type:OrganType # Delta V - Same as above
type: Oni
shouldHave: false

- type: reagent # Omu stuff
id: WolfsMilk
name: reagent-name-wolfs-milk
parent: BaseAlcohol
desc: reagent-desc-wolfs-milk
physicalDesc: reagent-physical-desc-chunky
flavor: wolfsmilk
color: "#C1C2AE"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/wolfsmilk.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to _Omu namespace.

30 changes: 29 additions & 1 deletion Resources/Prototypes/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,21 @@
SolDry:
amount: 1
products:
TheWelles: 6 # Omu end
TheWelles: 6

- type: reaction
id: WolfsMilk
reactants:
Egg:
amount: 1
Gin:
amount: 2
CoffeeLiqueur:
amount: 1
Milk:
amount: 2
products:
WolfsMilk: 6 # end omu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay this needs moving to omu as well but it has legacy stuff that hasn't been moved if you're lazy keep it here i'll fix later.


- type: reaction
id: Vodka
Expand Down Expand Up @@ -1621,3 +1635,17 @@
amount: 1
products:
BacchusBlessing: 4

- type: reaction
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever i'll move this to fix later.

Suggested change
- type: reaction
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4
- type: reaction # Omu start
id: BacchusBlessing
reactants:
Hooch:
amount: 1
Absinthe:
amount: 1
ManlyDorf:
amount: 1
SyndicateBomb:
amount: 1
products:
BacchusBlessing: 4 # Omu end

Copy link
Author

@res0nances res0nances Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My issue is that whenever I moved these and made new folders it would entirely break the drink, new directories genuinely just break it, I'll make another commit and try to make it work if you'd like

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever i'll move this to fix later.

Additionally another drink called the welles is a few lines up & needs to be moved

5 changes: 5 additions & 0 deletions Resources/Prototypes/_Goobstation/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@
id: chuddy
flavorType: Base
description: flavor-base-chuddy

- type: flavor
id: chuddy
flavorType: Base
description: flavor-base-chuddy
5 changes: 5 additions & 0 deletions Resources/Prototypes/_Omu/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@
id: thewelles
flavorType: Complex
description: flavor-complex-thewelles

- type: flavor
id: wolfsmilk
flavorType: Base
description: flavor-complex-wolfs-milk
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.",
"states":
[
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
},
{
"name": "fill-4"
}
]
}
Loading