diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml index 75ad7da4b1..212b3b01e2 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml @@ -263,3 +263,16 @@ effects: - !type:SatiateHunger factor: 4 + +- type: reagent + id: Pilk + name: pilk + parent: BaseDrink + desc: A sickening mixture of milk and cola. + physicalDesc: creamy + color: "#e7c69f" + metabolisms: + Drink: + effects: + - !type:SatiateThirst + factor: 1 \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 035c8b35e0..fee7e89744 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -561,3 +561,13 @@ amount: 1 products: HotRamen: 3 + +- type: reaction + id: Pilk + reactants: + Cola: + amount: 1 + Milk: + amount: 1 + products: + Pilk: 2 \ No newline at end of file