mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Drink fix (#6564)
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:
@@ -2461,13 +2461,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
|
||||
|
||||
Reference in New Issue
Block a user