mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user