diff --git a/code/modules/food/food/snacks_ch.dm b/code/modules/food/food/snacks_ch.dm index 99f45874c7..2c62e782c9 100644 --- a/code/modules/food/food/snacks_ch.dm +++ b/code/modules/food/food/snacks_ch.dm @@ -233,19 +233,19 @@ bitesize = 2 /obj/item/weapon/reagent_containers/food/snacks/spicy_boys //These are off-brand red hots/atomic fireballs - name = 'Spicy Boys' - desc = 'Spicy little candy rounds for very naughty individuals.' + name = "Spicy Boys" + desc = "Spicy little candy rounds for very naughty individuals." icon = 'icons/obj/food_ch.dmi' icon_state = "spicy_boys" - nutrient_amt = 1 //todo - change numbers - nutrient_desc = list("a sweet, candy-like spiciness." = 2) //WIP flavour?? + nutriment_amt = 1 //todo - change numbers + nutriment_desc = list("a sweet, candy-like spiciness." = 2) //WIP flavour?? /obj/item/weapon/reagent_containers/food/snacks/cinnamonroll - name = 'cinnamon roll' - desc = 'A precious little cinnamon roll, just begging to be eaten.' - icon = "icons/obj/food_ch.dmi' + name = "cinnamon roll" + desc = "A precious little cinnamon roll, just begging to be eaten." + icon = 'icons/obj/food_ch.dmi' icon_state = "cinnamon_roll" - nutrient_amt = 1 //Todo - Change numbers. - nutrient_desc = list("a precious sweetness that needs protecting" = 2) //This is a WIP flavour, Could keep it if you don't mind the "gotta protect the precious cinnamon roll" joke + nutriment_amt = 1 //Todo - Change numbers. + nutriment_desc = list("a precious sweetness that needs protecting" = 2) //This is a WIP flavour, Could keep it if you don't mind the "gotta protect the precious cinnamon roll" joke //TODO: Maybe butterscotch candies? \ No newline at end of file diff --git a/code/modules/food/recipes_oven_ch.dm b/code/modules/food/recipes_oven_ch.dm index 0826cb581f..fdb935c600 100644 --- a/code/modules/food/recipes_oven_ch.dm +++ b/code/modules/food/recipes_oven_ch.dm @@ -20,4 +20,4 @@ appliance = OVEN reagents = list("cinnamonpowder" = 5, "sugar" = 10, "cornoil" = 10) result = /obj/item/weapon/reagent_containers/food/snacks/spicy_boys - result_quanitty = 6 \ No newline at end of file + result_quantity = 6 \ No newline at end of file