Skip to content

Commit

Permalink
Merge pull request #1388 from Yawn-Wider/izac
Browse files Browse the repository at this point in the history
Makes Bridge blast doors make sense
  • Loading branch information
izac112 authored Jan 14, 2024
2 parents de36ddd + 07a8337 commit 40748ad
Showing 1 changed file with 49 additions and 7 deletions.
56 changes: 49 additions & 7 deletions maps/yw/cryogaia-05-main.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,13 @@
req_one_access = list(52,57)
},
/obj/machinery/door/firedoor/border_only,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/tiled,
/area/civilian/atrium/central)
"alI" = (
Expand Down Expand Up @@ -19529,6 +19536,13 @@
dir = 1;
health = 1e+006
},
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/plating,
/area/crew_quarters/heads/hop)
"hAz" = (
Expand Down Expand Up @@ -24627,6 +24641,13 @@
},
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/supply,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/plating,
/area/maintenance/bridge)
"jGa" = (
Expand Down Expand Up @@ -29599,6 +29620,13 @@
dir = 8;
health = 1e+006
},
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/plating,
/area/crew_quarters/heads/hop)
"lGP" = (
Expand Down Expand Up @@ -34184,6 +34212,13 @@
/obj/machinery/door/firedoor/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor,
/area/maintenance/bridge)
"nlk" = (
Expand Down Expand Up @@ -40340,6 +40375,13 @@
req_access = list(57)
},
/obj/structure/table/reinforced,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/tiled,
/area/crew_quarters/heads/hop)
"pCA" = (
Expand Down Expand Up @@ -53831,6 +53873,13 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor,
/area/bridge/blueshield)
"vmq" = (
Expand Down Expand Up @@ -59712,13 +59761,6 @@
/obj/structure/grille,
/obj/machinery/door/firedoor/glass,
/obj/structure/window/reinforced/full,
/obj/machinery/door/blast/regular{
density = 0;
icon_state = "pdoor0";
id = "bridge blast";
name = "Bridge Blast Doors";
opacity = 0
},
/turf/simulated/floor/plating,
/area/crew_quarters/heads/hop)
"xzh" = (
Expand Down

0 comments on commit 40748ad

Please sign in to comment.