Fixes some food recipes (#5595)

-fixes the carrot cake recipe
-fixes the vegetable soup recipe
-fixes the icecream sandwhich creating virus food when cooked
This commit is contained in:
Alberyk
2018-11-12 01:09:10 +01:00
committed by Werner
parent bedf9fd5f9
commit 9e9ce75d75
3 changed files with 12 additions and 4 deletions
+1
View File
@@ -1208,6 +1208,7 @@ I said no!
/datum/recipe/icecreamsandwich
reagents = list("milk" = 5, "ice" = 5)
reagent_mix = RECIPE_REAGENT_REPLACE
items = list(
/obj/item/weapon/reagent_containers/food/snacks/icecream
)
@@ -110,7 +110,7 @@
return
var/feedback_message
if(is_full)
feedback_message = "You cannot force any more of \the [src] to go down your throat!"
else if(expected_fullness <= CREW_NUTRITION_VERYHUNGRY)
@@ -123,7 +123,7 @@
feedback_message = "You take a bite of \the [src]."
else if(expected_fullness <= CREW_NUTRITION_OVEREATEN)
feedback_message = "You unwillingly chew a bit of \the [src]."
if(is_full)
to_chat(user,span("danger",feedback_message))
@@ -1826,7 +1826,7 @@
reagents.add_reagent("banana", 5)
reagents.add_reagent("water", 10)
/obj/item/weapon/reagent_containers/food/snacks/soup/vegetables
/obj/item/weapon/reagent_containers/food/snacks/soup/vegetable
name = "vegetable soup"
desc = "A true vegan meal" //TODO
icon_state = "vegetablesoup"
@@ -3081,7 +3081,7 @@
nutriment_amt = 6
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/sliceable/cakecarrot
/obj/item/weapon/reagent_containers/food/snacks/sliceable/cake/carrot
name = "carrot cake"
desc = "A favorite desert of a certain wascally wabbit. Not a lie."
icon_state = "carrotcake"