mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user