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"