BLT Sandwich
This commit is contained in:
@@ -21,6 +21,17 @@
|
||||
tastes = list("toast" = 1)
|
||||
foodtype = GRAIN
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grilledcheese
|
||||
name = "blt sandwich"
|
||||
desc = "The classic bacon, lettuce tomato sandwich."
|
||||
icon = 'icons/obj/food/burgerbread.dmi'
|
||||
icon_state = "blt"
|
||||
trash = /obj/item/trash/plate
|
||||
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 1)
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/nutriment/vitamin = 2)
|
||||
tastes = list("bacon" = 3, "lettuce" = 1, "tomato" = 1, "mayo" = 1)
|
||||
foodtype = GRAIN | MEAT | VEGETABLES
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grilledcheese
|
||||
name = "grilled cheese sandwich"
|
||||
desc = "Goes great with Tomato soup!"
|
||||
|
||||
@@ -25,6 +25,17 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/grilledcheese
|
||||
subcategory = CAT_SANDWICH
|
||||
|
||||
/datum/crafting_recipe/food/baconlettucetomato
|
||||
name = "BLT sandwich"
|
||||
reqs = list(
|
||||
/obj/item/reagent_containers/food/snacks/meat/bacon = 2,
|
||||
/obj/item/reagent_containers/food/snacks/grown/cabbage = 1,
|
||||
/obj/item/reagent_containers/food/snacks/grown/tomato = 1,
|
||||
/datum/reagent/consumable/mayonnaise = 5
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/grilledcheese
|
||||
subcategory = CAT_SANDWICH
|
||||
|
||||
/datum/crafting_recipe/food/slimesandwich
|
||||
name = "Jelly sandwich"
|
||||
reqs = list(
|
||||
|
||||
Reference in New Issue
Block a user