diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm index d528f7bda5..a593a5cc86 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks.dm @@ -1696,9 +1696,9 @@ glass_name = "Ent's Draught" glass_desc = "You can almost smell the tranquility emanating from this." -/datum/reagent/drink/lovepotion - name = "Love Potion" - id = "lovepotion" +/datum/reagent/drink/strawberrylovepotion //ywedit + name = "Strawberry Love Potion" //ywedit + id = "strawberrylovepotion" //ywedit description = "Creamy strawberries and sugar, simple and sweet." taste_description = "strawberries and cream" color = "#fc8a8a" // rgb(252, 138, 138) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index b2591d992f..f96e757a0d 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -2240,10 +2240,10 @@ catalysts = list("enzyme" = 10) //10u enzyme so it requires more than is usually added. Stops overlap with wine recipe result_amount = 5 -/datum/chemical_reaction/drinks/lovepotion - name = "Love Potion" - id = "lovepotion" - result = "lovepotion" +/datum/chemical_reaction/drinks/strawberrylovepotion //ywedit start + name = "Strawberry Love Potion" + id = "strawberrylovepotion" + result = "strawberrylovepotion" //ywedit end required_reagents = list("cream" = 1, "berryjuice" = 1, "sugar" = 1) result_amount = 3