From dbd6f5abb51f9e5a97d05897a4e7283bd36021cc Mon Sep 17 00:00:00 2001 From: btcbuster <149546790+btcbuster@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:12:21 -0500 Subject: [PATCH] You can now fish mob parts and some mobs (brimdemons and legions) out of lava. (#96548) ## About The Pull Request You can now fish watcher sinew, goliath hide, bones, legions, and brimdemons out of lava. ## Why It's Good For The Game Right now its possible for lavaland resources to go totally extinct because of the tendril rework, this fixes that. ## Changelog :cl:add add:You can now fish mining mob parts and mining mobs out of lava /:cl:add --- code/modules/fishing/sources/subtypes/mining_ruins.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/fishing/sources/subtypes/mining_ruins.dm b/code/modules/fishing/sources/subtypes/mining_ruins.dm index f089e0723e3..2d3245a3d59 100644 --- a/code/modules/fishing/sources/subtypes/mining_ruins.dm +++ b/code/modules/fishing/sources/subtypes/mining_ruins.dm @@ -53,10 +53,16 @@ FISHING_DUD = 5, /obj/item/stack/ore/slag = 15, /obj/item/fish/lavaloop = 15, + /obj/item/stack/sheet/animalhide/goliath_hide = 15, + /obj/item/stack/sheet/bone = 15, + /obj/item/stack/sheet/sinew = 15, /obj/structure/closet/crate/necropolis/tendril = 1, /obj/item/skeleton_key = 1, /obj/item/stack/sheet/mineral/runite = 1, /obj/effect/mob_spawn/corpse/human/charredskeleton = 1, + /mob/living/basic/mining/legion= 1, + /mob/living/basic/mining/brimdemon= 1, + ) fish_counts = list( /obj/structure/closet/crate/necropolis/tendril = 1,