diff --git a/_maps/splurt_maps/templates/hilbertshotel.dmm b/_maps/splurt_maps/templates/hilbertshotel.dmm index dae6190f01..22de1e748b 100644 --- a/_maps/splurt_maps/templates/hilbertshotel.dmm +++ b/_maps/splurt_maps/templates/hilbertshotel.dmm @@ -68,11 +68,8 @@ /turf/closed/indestructible/hotelwall, /area/hilbertshotel) "fv" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - piping_layer = 3; - pixel_y = 5 - }, /obj/structure/lattice, +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3, /turf/open/space/bluespace, /area/hilbertshotel) "fF" = ( @@ -88,9 +85,8 @@ /turf/closed/indestructible/hotelwall, /area/hilbertshotel) "hk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8; - piping_layer = 3 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, /turf/open/floor/carpet, /area/hilbertshotel) @@ -191,6 +187,21 @@ "re" = ( /obj/structure/table/reinforced, /obj/item/reagent_containers/food/drinks/drinkingglass, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_y = 7 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 5 + }, /turf/open/floor/plasteel/cafeteria, /area/hilbertshotel) "su" = ( @@ -249,9 +260,8 @@ /turf/open/floor/plasteel/cafeteria, /area/hilbertshotel) "zr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4; - piping_layer = 3 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, /turf/open/indestructible/hotelwood, /area/hilbertshotel) @@ -445,9 +455,8 @@ /turf/open/indestructible/hotelwood, /area/hilbertshotel) "RP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1; - piping_layer = 3 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 }, /turf/open/indestructible/hoteltile, /area/hilbertshotel) diff --git a/_maps/splurt_maps/templates/hilbertshotelempty.dmm b/_maps/splurt_maps/templates/hilbertshotelempty.dmm new file mode 100644 index 0000000000..054d8cf8cd --- /dev/null +++ b/_maps/splurt_maps/templates/hilbertshotelempty.dmm @@ -0,0 +1,308 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/space/bluespace, +/area/hilbertshotel) +"b" = ( +/turf/closed/indestructible/hotelwall, +/area/hilbertshotel) +"c" = ( +/turf/open/indestructible/hotelwood, +/area/hilbertshotel) +"d" = ( +/turf/open/indestructible/hoteltile, +/area/hilbertshotel) +"e" = ( +/turf/closed/indestructible/hoteldoor, +/area/hilbertshotel) +"X" = ( +/turf/open/space/bluespace, +/area/space) + +(1,1,1) = {" +X +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +X +a +b +b +b +b +b +e +b +b +b +b +b +b +b +a +"} +(3,1,1) = {" +X +a +b +c +c +c +c +c +c +c +c +c +c +c +b +a +"} +(4,1,1) = {" +X +a +b +c +c +c +c +c +c +c +c +c +c +c +b +a +"} +(5,1,1) = {" +X +a +b +c +c +c +c +c +c +c +c +c +c +c +b +a +"} +(6,1,1) = {" +X +a +b +c +c +c +c +c +c +c +c +c +c +c +b +a +"} +(7,1,1) = {" +X +a +b +c +c +c +c +c +c +c +c +c +c +c +b +a +"} +(8,1,1) = {" +X +a +b +b +b +c +b +b +b +b +b +b +b +b +b +a +"} +(9,1,1) = {" +X +a +b +c +c +c +c +c +c +d +d +d +d +d +b +a +"} +(10,1,1) = {" +X +a +b +c +c +c +c +c +b +d +d +d +d +d +b +a +"} +(11,1,1) = {" +X +a +b +c +c +c +c +c +b +d +d +d +d +d +b +a +"} +(12,1,1) = {" +X +a +b +c +c +c +c +c +b +d +d +d +d +d +b +a +"} +(13,1,1) = {" +X +a +b +c +c +c +c +c +b +d +d +d +d +d +b +a +"} +(14,1,1) = {" +X +a +b +c +c +c +c +c +b +d +d +d +d +d +b +a +"} +(15,1,1) = {" +X +a +b +b +b +b +b +b +b +b +b +b +b +b +b +a +"} +(16,1,1) = {" +X +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm index 52e21083b9..b75e7b07bb 100644 --- a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm +++ b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm @@ -1,3 +1,7 @@ -//Better SPLURT version of hilbert's +// Better SPLURT version of hilbert's /datum/map_template/hilbertshotel mappath = '_maps/splurt_maps/templates/hilbertshotel.dmm' + +// Empty room - different due to the dimensions of the updated map +/datum/map_template/hilbertshotel/empty + mappath = '_maps/splurt_maps/templates/hilbertshotelempty.dmm'