Rename Alcoholic Version of Love Potion to The Love Maker

Should prevent the alcoholic version of Love Potion appearing fucking everywhere.
This commit is contained in:
Rykka
2020-07-26 20:29:10 -04:00
parent a2385d0744
commit 15da4a522f
2 changed files with 8 additions and 8 deletions

View File

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

View File

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