mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 04:52:16 +00:00
Drink fixes: hooch, winter offensive and cherry tree fireball fixes (#5672)
-fixes the hooch recipe -fixes the winter offensive's taste -fixes the cherry tree fireball recipe
This commit is contained in:
@@ -3460,7 +3460,7 @@
|
||||
description = "An alcoholic tajaran cocktail, named after a less than successful military campaign."
|
||||
color = "#664300"
|
||||
strength = 15
|
||||
taste_description = "cold oily gin"
|
||||
taste_description = "oily gin"
|
||||
targ_temp = 270
|
||||
|
||||
glass_icon_state = "winter_offensive"
|
||||
|
||||
@@ -1968,7 +1968,7 @@
|
||||
name = "Hooch"
|
||||
id = "hooch"
|
||||
result = "hooch"
|
||||
required_reagents = list ("sugar" = 1, "ethanol" = 2, "fuel" = 1)
|
||||
required_reagents = list ("sugar" = 1, "moonshine" = 1, "fuel" = 1)
|
||||
result_amount = 3
|
||||
|
||||
/datum/chemical_reaction/irish_coffee
|
||||
@@ -2604,7 +2604,7 @@
|
||||
|
||||
/datum/chemical_reaction/cherrytreefireball
|
||||
name = "Cherry Tree Fireball"
|
||||
id = "cherrytreefirebal l"
|
||||
id = "cherrytreefireball"
|
||||
result = "cherrytreefireball"
|
||||
required_reagents = list("lemonade" = 3, "fireball" = 1, "cherryjelly" = 1, "ice" = 1)
|
||||
result_amount = 6
|
||||
|
||||
Reference in New Issue
Block a user