puts strawberry love potion back

This commit is contained in:
SplinterGP
2020-06-12 17:11:00 -03:00
parent 5736094ff5
commit c99ca9a04b
2 changed files with 7 additions and 7 deletions
@@ -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)
+4 -4
View File
@@ -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