Skip to content

Commit

Permalink
Fix Guppy shuttle ventilation (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorKandziuba authored Jan 26, 2024
1 parent bd99a7c commit a689b01
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15860,7 +15860,8 @@
/area/medical/staging)
"ctF" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
dir = 1
dir = 1;
id_tag = "guppy_shuttle_pump_out_internal"
},
/obj/floor_decal/techfloor/orange{
dir = 8
Expand Down Expand Up @@ -49817,7 +49818,9 @@
/obj/floor_decal/techfloor/orange{
dir = 8
},
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle,
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
id_tag = "guppy_shuttle_pump_out_external"
},
/turf/simulated/floor/tiled/techfloor/grid,
/area/guppy_hangar/start)
"htx" = (
Expand Down Expand Up @@ -56443,7 +56446,9 @@
/obj/floor_decal/techfloor/orange{
dir = 4
},
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle,
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
id_tag = "guppy_shuttle_pump_out_external"
},
/obj/machinery/airlock_sensor/airlock_exterior{
frequency = 1331;
id_tag = "guppy_shuttle_exterior_sensor";
Expand Down Expand Up @@ -62683,7 +62688,9 @@
/turf/simulated/floor/plating,
/area/maintenance/firstdeck/centralstarboard)
"jrK" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle,
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
id_tag = "guppy_shuttle_pump"
},
/obj/floor_decal/techfloor/orange{
dir = 8
},
Expand Down Expand Up @@ -111305,7 +111312,9 @@
/turf/simulated/floor/tiled/techfloor/grid,
/area/maintenance/fourthdeck/port)
"qIK" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle,
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
id_tag = "guppy_shuttle_pump"
},
/obj/floor_decal/techfloor/orange{
dir = 4
},
Expand Down Expand Up @@ -143038,7 +143047,8 @@
/area/security/sierra/hallway/aft)
"vrg" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
dir = 1
dir = 1;
id_tag = "guppy_shuttle_pump_out_internal"
},
/obj/floor_decal/techfloor/orange{
dir = 4
Expand Down

0 comments on commit a689b01

Please sign in to comment.