Balances cookies reagents

Chocolate chips cookies now have hot_coco so they actually taste like chocolate and also sugar
Sugar cookies now have 1u of nutriment (they had 3 before) so they're equal the chocolate chips cookies
This commit is contained in:
UmeFuu
2019-02-12 20:16:50 -03:00
committed by GitHub
parent fd487913e9
commit e6eb81de34
@@ -201,7 +201,7 @@
icon_state = "COOKIE!!!"
bitesize = 1
filling_color = "#DBC94F"
list_reagents = list("nutriment" = 1)
list_reagents = list("nutriment" = 1, "sugar" = 3, "hot_coco" = 5 )
/obj/item/reagent_containers/food/snacks/fortunecookie
name = "fortune cookie"
@@ -215,7 +215,7 @@
name = "sugar cookie"
desc = "Just like your little sister used to make."
icon_state = "sugarcookie"
list_reagents = list("nutriment" = 3, "sugar" = 3)
list_reagents = list("nutriment" = 1, "sugar" = 3)
//////////////////////