mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Add nothingburgers for real. (#31823)
* Add nothingburgers. * Remove duplicate var. Thanks, linters!
This commit is contained in:
@@ -670,3 +670,12 @@
|
||||
steps = list(
|
||||
PCWJ_ADD_ITEM(/obj/item/food/tapiocadough)
|
||||
)
|
||||
|
||||
/datum/cooking/recipe/nothingburger
|
||||
container_type = /obj/item/reagent_containers/cooking/board
|
||||
product_type = /obj/item/food/burger/nothing
|
||||
catalog_category = COOKBOOK_CATEGORY_BURGS
|
||||
steps = list(
|
||||
PCWJ_ADD_ITEM(/obj/item/food/bun),
|
||||
PCWJ_ADD_REAGENT("nothing", 10),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user