Fixes the Sex On The Beach drink being unable to be made by slightly altering the recipe - it's now made using the virgin version of the drink first, to prevent it from being interfered with by the Screwdriver recipe.
This commit is contained in:
PrismaticGynoid
2019-12-13 20:37:03 -05:00
committed by VirgoBot
parent a948d6535c
commit 41d2af1dcb
+2 -2
View File
@@ -2478,13 +2478,13 @@
id = "virginsexonthebeach"
result = "virginsexonthebeach"
required_reagents = list("orangejuice" = 3, "grenadine" = 2)
result_amount = 4
result_amount = 5
/datum/chemical_reaction/drinks/sexonthebeach
name = "Sex On The Beach"
id = "sexonthebeach"
result = "sexonthebeach"
required_reagents = list("orangejuice" = 3, "grenadine" = 2, "vodka" = 1)
required_reagents = list("virginsexonthebeach" = 5, "vodka" = 1)
result_amount = 6
/datum/chemical_reaction/drinks/eggnog