mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Adds banarnarbread (#15984)
* Adds banarnarbread Adds banarnarbread * Fixes nutriment between loaf and slice
This commit is contained in:
@@ -126,6 +126,25 @@
|
||||
list_reagents = list("nutriment" = 4, "vitamin" = 1)
|
||||
tastes = list("bread" = 10, "cheese" = 10)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/sliceable/banarnarbread
|
||||
name = "banarnarbread loaf"
|
||||
desc = "A loaf of delicious mah'weyh pleggh at e'ntrath!"
|
||||
icon_state = "banarnarbread"
|
||||
slice_path = /obj/item/reagent_containers/food/snacks/banarnarbreadslice
|
||||
slices_num = 5
|
||||
filling_color = "#6F0000"
|
||||
list_reagents = list("nutriment" = 20, "vitamin" = 5)
|
||||
tastes = list("heresy" = 10, "banana" = 10)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/banarnarbreadslice
|
||||
name = "banarnarbread slice"
|
||||
desc = "A slice of delicious mah'weyh pleggh at e'ntrath!"
|
||||
icon_state = "banarnarbreadslice"
|
||||
trash = /obj/item/trash/plate
|
||||
filling_color = "#6F0000"
|
||||
list_reagents = list("nutriment" = 4, "vitamin" = 1)
|
||||
tastes = list("heresy" = 10, "banana" = 10)
|
||||
|
||||
|
||||
//////////////////////
|
||||
// Misc //
|
||||
|
||||
@@ -59,6 +59,16 @@
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/sliceable/bananabread
|
||||
|
||||
/datum/recipe/oven/banarnarbread
|
||||
reagents = list("milk" = 5, "sugar" = 5, "blood" = 5)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/dough,
|
||||
/obj/item/reagent_containers/food/snacks/dough,
|
||||
/obj/item/reagent_containers/food/snacks/dough,
|
||||
/obj/item/reagent_containers/food/snacks/grown/banana
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/sliceable/banarnarbread
|
||||
|
||||
/datum/recipe/oven/muffin
|
||||
reagents = list("milk" = 5, "sugar" = 5)
|
||||
items = list(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 97 KiB |
Reference in New Issue
Block a user