mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +01:00
puts strawberry love potion back
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user