This commit is contained in:
Fox-McCloud
2015-04-10 07:36:38 -04:00
parent 14ea26fdf8
commit ea9cb6803f
2 changed files with 14 additions and 0 deletions
@@ -2094,6 +2094,12 @@ datum
description = "The fatty, still liquid part of milk. Why don't you mix this with sum scotch, eh?"
color = "#DFD7AF" // rgb: 223, 215, 175
chocolate_milk
name = "Chocolate milk"
id ="chocolate_milk"
description = "Chocolate-flavored milk, tastes like being a kid again."
color = "#85432C"
hot_coco
name = "Hot Chocolate"
id = "hot_coco"
@@ -979,6 +979,14 @@ datum
required_reagents = list("water" = 5, "coco" = 1)
result_amount = 5
chocolate_milk
name = "Chocolate Milk"
id = "chocolate_milk"
result = "chocolate_milk"
required_reagents = list("chocolate" = 1, "milk" = 1)
result_amount = 2
mix_message = "The mixture turns a nice brown color."
coffee
name = "Coffee"
id = "coffee"