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:
Alberyk
2018-12-01 20:11:47 -02:00
committed by Werner
parent f410fa5f99
commit ece68b18ed
3 changed files with 9 additions and 3 deletions

View File

@@ -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"

View File

@@ -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