Fixes shrimp cocktail recipe (#7047)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

replaces the non-existent "pepper" reagent requirement with
"blackpepper"

## Why It's Good For The Game

Allows shrimp cocktails to be made

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
fix: shrimp cocktail recipe
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

Co-authored-by: MarsMond <no@email>
This commit is contained in:
MarsM0nd
2025-03-24 22:30:18 -07:00
committed by GitHub
co-authored by MarsMond
parent 045900de95
commit 549e33eebf
+1 -1
View File
@@ -1579,7 +1579,7 @@
/datum/recipe/shrimpcocktail
fruit = list("tomato" = 2, "chili" = 2, "lemon" = 2)
reagents = list("water" = 5, "sodiumchloride" = 5, "pepper" = 5)
reagents = list("water" = 5, "sodiumchloride" = 5, "blackpepper" = 5)
items = list(
/obj/item/reagent_containers/food/snacks/shrimp,
/obj/item/reagent_containers/food/snacks/shrimp,