Update snacks_other.dm (#7971)

This commit is contained in:
Trilbyspaceclone
2019-02-05 18:14:23 -08:00
committed by kevinz000
parent 32e0d08c1d
commit cf4c5bc7e5
@@ -563,9 +563,9 @@
/obj/item/reagent_containers/food/snacks/tinychocolate /obj/item/reagent_containers/food/snacks/tinychocolate
name = "chocolate" name = "chocolate"
desc = "A tiny and sweet chocolate." desc = "A tiny and sweet chocolate. Has a 'strawberry' filling!"
icon_state = "tiny_chocolate" icon_state = "tiny_chocolate"
list_reagents = list("nutriment" = 1, "sugar" = 1, "cocoa" = 1) list_reagents = list("nutriment" = 1, "sugar" = 1, "cocoa" = 1, "aphro" = 1)
filling_color = "#A0522D" filling_color = "#A0522D"
tastes = list("chocolate" = 1) tastes = list("chocolate" = 1)
foodtype = JUNKFOOD | SUGAR foodtype = JUNKFOOD | SUGAR