Skip to content

Commit

Permalink
was that it?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 19, 2023
1 parent b17bbbc commit a73eb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/recipes/drinks_recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
required_reagents = list(/datum/reagent/consumable/ethanol/gin = 3, /datum/reagent/toxin/plasma = 1, /datum/reagent/consumable/tinlux = 1)
required_container = /obj/structure/fermenting_barrel/distiller
mix_sound ='sound/weapons/laser.ogg'

/datum/chemical_reaction/drink/mushroom_tea
results = list(/datum/reagent/consumable/mushroom_tea = 5)
required_reagents = list(/datum/reagent/toxin/mushroom_powder = 1, /datum/reagent/water = 5)
Expand Down

0 comments on commit a73eb9e

Please sign in to comment.