Skip to content

Commit

Permalink
[MIRROR] Fixes the starfruit BBQ platter failing to consume crafting …
Browse files Browse the repository at this point in the history
…ingredients. (#5216)

* Fixes the starfruit BBQ platter failing to consume crafting ingredients. (#4647)

* [MIRROR] Fixes the starfruit BBQ platter failing to consume crafting ingredients.

---------

Co-authored-by: CRITAWAKETS <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2024
1 parent 0886b30 commit 3a4f91a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
/datum/crafting_recipe/food/meatplatter
name = "BBQ Meat Platter"
reqs = list(
/obj/item/food/bbqribs,
/obj/item/food/glazed_ribs,
/obj/item/food/bbqribs = 1,
/obj/item/food/glazed_ribs = 1,
/obj/item/food/roasted_bell_pepper = 2,
)
result = /obj/item/food/meatplatter
Expand Down

0 comments on commit 3a4f91a

Please sign in to comment.