mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01: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:
committed by
VirgoBot
parent
a948d6535c
commit
41d2af1dcb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user