Hot coco is now made with milk as it should be (#48124)

Who the fuck make hot coco with water? Fuck you, we use milk on this station.

cl
fix: Makes Hot Coco actually consumable
/cl
This commit is contained in:
carshalash
2019-12-07 22:18:32 +13:00
committed by oranges
parent 6980ad1dd5
commit 1580964944
@@ -49,7 +49,8 @@
name = "Hot Coco"
id = /datum/reagent/consumable/hot_coco
results = list(/datum/reagent/consumable/hot_coco = 5)
required_reagents = list(/datum/reagent/water = 5, /datum/reagent/consumable/coco = 1)
required_reagents = list(/datum/reagent/consumable/milk = 5, /datum/reagent/consumable/coco = 1)
required_temp = 320
/datum/chemical_reaction/coffee
name = "Coffee"