diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm index 95534aaef9..0972252bf6 100644 --- a/_maps/map_files/PubbyStation/PubbyStation.dmm +++ b/_maps/map_files/PubbyStation/PubbyStation.dmm @@ -53162,7 +53162,7 @@ pixel_x = 3; pixel_y = 3 }, -/turf/open/water, +/turf/open/water/decorative, /area/hallway/secondary/entry) "daY" = ( /obj/structure/disposalpipe/segment, @@ -57666,7 +57666,7 @@ /turf/open/space/basic, /area/space/nearstation) "mJR" = ( -/turf/open/water, +/turf/open/water/decorative, /area/hallway/secondary/entry) "mKc" = ( /obj/structure/bookcase/random/nonfiction, @@ -58374,7 +58374,7 @@ pixel_x = -2; pixel_y = 13 }, -/turf/open/water, +/turf/open/water/decorative, /area/hallway/secondary/entry) "ous" = ( /obj/effect/turf_decal/stripes/line, @@ -59683,7 +59683,7 @@ pixel_x = -60; pixel_y = -60 }, -/turf/open/water, +/turf/open/water/decorative, /area/hallway/secondary/entry) "qVk" = ( /obj/machinery/door/poddoor/incinerator_atmos_aux, @@ -61176,7 +61176,7 @@ /area/hallway/secondary/entry) "upX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/water, +/turf/open/water/decorative, /area/hallway/secondary/entry) "uqJ" = ( /obj/effect/spawner/structure/window/reinforced, @@ -62332,7 +62332,8 @@ pixel_x = -15; pixel_y = -4 }, -/turf/open/water, +/obj/structure/flora/rock/pile, +/turf/open/water/decorative, /area/hallway/secondary/entry) "wTD" = ( /obj/structure/table/wood, diff --git a/code/game/turfs/simulated/water.dm b/code/game/turfs/simulated/water.dm index 708ca230b1..72612f82ff 100644 --- a/code/game/turfs/simulated/water.dm +++ b/code/game/turfs/simulated/water.dm @@ -15,3 +15,7 @@ barefootstep = FOOTSTEP_WATER clawfootstep = FOOTSTEP_WATER heavyfootstep = FOOTSTEP_WATER + +/turf/open/water/decorative + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + planetary_atmos = FALSE