From 8394f2f1c70a81c3abb6bc301ce9e9c931fb474b Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 3 Sep 2019 10:44:59 -0400 Subject: [PATCH] grammer --- code/modules/food_and_drinks/food/snacks_frozen.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/food_and_drinks/food/snacks_frozen.dm b/code/modules/food_and_drinks/food/snacks_frozen.dm index 026f38b6a4..3988909b30 100644 --- a/code/modules/food_and_drinks/food/snacks_frozen.dm +++ b/code/modules/food_and_drinks/food/snacks_frozen.dm @@ -42,12 +42,12 @@ /obj/item/reagent_containers/food/snacks/cola_float name = "Root Beer Float" trash = /obj/item/reagent_containers/food/drinks/drinkingglass - desc = "A glass filled with cream, soda and ice-cream with a charrie on top." + desc = "A glass filled with cream, soda and ice-cream with a cherry on top." icon_state = "cola_float" bonus_reagents = list("nutriment" = 3, "vitamin" = 1) list_reagents = list("nutriment" = 3, "vitamin" = 2) filling_color = "#FFFACD" - tastes = list("ice cream" = 1, "space coal" = 1, "charries" = 1) + tastes = list("ice cream" = 1, "space coal" = 1, "cherries" = 1) foodtype = FRUIT | DAIRY | SUGAR /obj/item/reagent_containers/food/snacks/charrie_float @@ -69,7 +69,7 @@ bonus_reagents = list("nutriment" = 3, "vitamin" = 1) list_reagents = list("nutriment" = 3, "vitamin" = 2, "bluecherryshake" = 10) filling_color = "#FFFACD" - tastes = list("ice cream" = 1, "blue charries" = 1) + tastes = list("ice cream" = 1, "blue cherries" = 1) foodtype = FRUIT | DAIRY | SUGAR /obj/item/reagent_containers/food/snacks/spacefreezy