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.
/🆑
This commit is contained in:
ArcaneMusic
2024-03-11 19:22:58 -06:00
committed by GitHub
parent d62d0e496c
commit 50c8da164a
@@ -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)