Skip to content

Commit

Permalink
[MIRROR] Fixes a broken path on the black market (#1396)
Browse files Browse the repository at this point in the history
* 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

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

* Fixes a broken path on the black market

---------

Co-authored-by: ArcaneMusic <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Mar 12, 2024
1 parent 8289a16 commit 4cb86ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/fishing/aquarium/aquarium_kit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4cb86ec

Please sign in to comment.