diff --git a/_maps/templates/fishing_depths.dmm b/_maps/templates/fishing_depths.dmm new file mode 100644 index 00000000000..19a035b2409 --- /dev/null +++ b/_maps/templates/fishing_depths.dmm @@ -0,0 +1,20 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/water/deep_beach, +/area/space) + +(1,1,1) = {" +a +a +a +"} +(2,1,1) = {" +a +a +a +"} +(3,1,1) = {" +a +a +a +"} diff --git a/code/modules/mining/shelters.dm b/code/modules/mining/shelters.dm index 5a08b292022..a208c5d4088 100644 --- a/code/modules/mining/shelters.dm +++ b/code/modules/mining/shelters.dm @@ -172,3 +172,11 @@ description = "A small 2x2 puddle of not-safe-for-live plasma. You can catch lava loops and arctic chrabs here." radial_icon = "plasma" safe = FALSE + +/datum/map_template/shelter/fishing/depths + name = "Deep Ocean Fishing Spot" + shelter_id = "fishing_depths" + mappath = "_maps/templates/fishing_depths.dmm" + description = "A 3x3 pool of deep water, enough that it's tiring to wade across. You can catch ocean fish here." + radial_icon = "depths" + safe = FALSE diff --git a/icons/hud/radial_fishing.dmi b/icons/hud/radial_fishing.dmi index 89427cd5db1..d716e0f90de 100644 Binary files a/icons/hud/radial_fishing.dmi and b/icons/hud/radial_fishing.dmi differ