Merge pull request #8491 from Rykka-Stormheart/shep-dev-love-drunk

Rename Alcoholic Version of Love Potion to The Love Maker
This commit is contained in:
Novacat
2020-07-26 21:22:11 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -226,9 +226,9 @@
..()
M.Stun(2)
/datum/reagent/ethanol/lovepotion
name = "Love Potion"
id = "lovepotion"
/datum/reagent/ethanol/lovemaker
name = "The Love Maker"
id = "lovemaker"
description = "A drink said to help one find true love."
taste_description = "sweet fruit and honey."
strength = 30
@@ -239,7 +239,7 @@
targ_temp = 360
color = "#d3785d"
glass_name = "Love Potion"
glass_name = "The Love Maker"
glass_desc = "A drink said to help one find the perfect fuck."
/datum/reagent/ethanol/honeyshot

View File

@@ -206,10 +206,10 @@
required_reagents = list("whiterussian" = 5, "iron" = 1)
result_amount = 6
/datum/chemical_reaction/drinks/lovepotion
name = "Love Potion"
id = "lovepotion"
result = "lovepotion"
/datum/chemical_reaction/drinks/lovemaker
name = "The Love Maker"
id = "lovemaker"
result = "lovemaker"
required_reagents = list("honey" = 1, "sexonthebeach" = 5)
result_amount = 6