Skip to content

Commit

Permalink
toxlab-vent
Browse files Browse the repository at this point in the history
  • Loading branch information
nasendd committed Dec 19, 2024
1 parent 826d447 commit 6fe9bae
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -46801,8 +46801,17 @@
/obj/machinery/meter,
/obj/floor_decal/industrial/warning/corner,
/obj/machinery/button/ignition{
pixel_x = -20;
id_tag = "ToxLab"
pixel_x = -21;
id_tag = "ToxLab";
dir = 4;
pixel_y = 3
},
/obj/machinery/button/blast_door{
pixel_y = -7;
dir = 4;
pixel_x = -21;
id_tag = "ToxLabVent";
name = "Test Chamber Vent"
},
/turf/simulated/floor/tiled/steel_grid,
/area/rnd/toxins)
Expand Down Expand Up @@ -48829,7 +48838,9 @@
/turf/simulated/floor/plating,
/area/vacant/gambling)
"hgg" = (
/obj/machinery/door/blast/regular,
/obj/machinery/door/blast/regular{
id_tag = "ToxLabVent"
},
/turf/simulated/floor/reinforced{
map_airless = 1
},
Expand Down

0 comments on commit 6fe9bae

Please sign in to comment.