Skip to content

Commit

Permalink
Fixes a broken path on the black market (tgstation#81942)
Browse files Browse the repository at this point in the history
## 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:
  • Loading branch information
ArcaneMusic authored Mar 12, 2024
1 parent d62d0e4 commit 50c8da1
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 50c8da1

Please sign in to comment.