mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user