[MIRROR] Fixes a broken path on the black market (#26842)

* Fixes a broken path on the black market (#81942)

## About The Pull Request

We have a misspelled path here for a black market fish case, which is
creating a broken object called `fish_cas`

## Why It's Good For The Game

🐛 💥 Fixes a rather basic path bug that I came across, simple as.

## Changelog

🆑
fix: The black market illegal fish case now correctly initializes.
/🆑

* Fixes a broken path on the black market

---------

Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-03-11 22:48:23 -04:00
committed by GitHub
co-authored by ArcaneMusic
parent 485e03dcdb
commit d7cdc024f5
@@ -85,7 +85,7 @@
)
return pick_weight(weighted_list)
/obj/item/storage/fish_cas/blackmarket/Initialize(mapload)
/obj/item/storage/fish_case/blackmarket/Initialize(mapload)
. = ..()
for(var/obj/item/fish/fish as anything in contents)
fish.set_status(FISH_DEAD)