Skip to content

Commit

Permalink
makes meat platters be made out of more than just peppers
Browse files Browse the repository at this point in the history
btw the original is merged on nova. lol. lmao complexity 5 food for the price of only 2 roasted red pepper
  • Loading branch information
CRITAWAKETS committed Dec 8, 2024
1 parent c5f7bc2 commit 9291cbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
/datum/crafting_recipe/food/meat_platter
name = "BBQ Meat Platter"
reqs = list(
/obj/item/food/bbqribs,
/obj/item/food/starfruit_ribs,
/obj/item/food/bbqribs = 1,
/obj/item/food/starfruit_ribs = 1,
/obj/item/food/roasted_bell_pepper = 2,
)
result = /obj/item/food/meat_platter
Expand Down

0 comments on commit 9291cbb

Please sign in to comment.