Fixing problems

Jeez I know this is a WIP pull request but I should at least bugtest before pushing a commit
This commit is contained in:
KotetsuRedwood
2020-08-06 04:11:34 +01:00
parent 69ae75677b
commit bca49ed562
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -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?
+1 -1
View File
@@ -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
result_quantity = 6