mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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)
|
||||
|
||||
/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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user