From e4efe45868b91c64ca5372a961390a7a4da3a3f8 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:38:35 +0200 Subject: [PATCH] [NO GBP] You should now be able to fish from linked lava turfs while on station. (#87077) --- code/modules/fishing/sources/source_types.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/fishing/sources/source_types.dm b/code/modules/fishing/sources/source_types.dm index 56c1cb8e325..3c909193a81 100644 --- a/code/modules/fishing/sources/source_types.dm +++ b/code/modules/fishing/sources/source_types.dm @@ -354,9 +354,6 @@ /datum/fish_source/lavaland/reason_we_cant_fish(obj/item/fishing_rod/rod, mob/fisherman, atom/parent) . = ..() - var/turf/approx = get_turf(fisherman) //todo pass the parent - if(!SSmapping.level_trait(approx.z, ZTRAIT_MINING)) - return "There doesn't seem to be anything to catch here." if(!rod.line || !(rod.line.fishing_line_traits & FISHING_LINE_REINFORCED)) return "You'll need reinforced fishing line to fish in there"