Add nothingburgers for real. (#31823)

* Add nothingburgers.

* Remove duplicate var. Thanks, linters!
This commit is contained in:
Alan
2026-04-09 04:36:47 +00:00
committed by GitHub
parent 60a746145d
commit ab0e348318
3 changed files with 16 additions and 0 deletions
@@ -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),
)