mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[NO GBP] You should now be able to fish from linked lava turfs while on station. (#87077)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user