Skip to content

Commit

Permalink
Mapfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Dec 30, 2023
1 parent aa1e25b commit 8f8027d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
1 change: 1 addition & 0 deletions maps/sierra/areas/z4_sierra_deck1.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
/area/security/opscheck
name = "First Deck - RND - Security Checkpoint"
icon_state = "checkpoint"
req_access = list(access_security)

/* MEDBAY AREAS
* ============
Expand Down
52 changes: 33 additions & 19 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -21985,7 +21985,6 @@
/area/medical/virology/atmos)
"dma" = (
/obj/machinery/door/airlock/hatch{
dir = 4;
name = "Telecoms Server Access";
req_access = newlist();
secured_wires = 1
Expand Down Expand Up @@ -35571,7 +35570,10 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/airlock/mining,
/obj/machinery/door/airlock/mining{
autoset_access = 0;
req_access = list("ACCESS_HANGAR")
},
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/monotile,
/area/quartermaster/hangar_stairs)
Expand Down Expand Up @@ -53804,10 +53806,6 @@
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/multi_tile/glass/engineering{
dir = 8;
name = "Hallway"
},
/obj/machinery/door/firedoor{
dir = 4
},
Expand All @@ -53820,6 +53818,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/door/airlock/multi_tile/glass/civilian{
dir = 8;
name = "Hallway"
},
/turf/simulated/floor/tiled/monotile,
/area/hallway/primary/thirddeck/center)
"iaX" = (
Expand Down Expand Up @@ -56396,7 +56398,7 @@
id_tag = "guppy_shuttle_exterior_sensor";
master_tag = "guppy_shuttle";
pixel_x = 25;
pixel_y = -25
pixel_y = -24
},
/obj/structure/cable/cyan{
d1 = 1;
Expand Down Expand Up @@ -65904,6 +65906,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/tiled,
/area/hallway/primary/seconddeck/fore)
"jTc" = (
/obj/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/airlock/glass/mining{
dir = 8;
id_tag = null;
name = "Hangar Bay";
req_access = newlist()
},
/obj/machinery/door/firedoor{
dir = 4
},
/turf/simulated/floor/tiled/techfloor/grid,
/area/quartermaster/hangar/upper)
"jTg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
Expand Down Expand Up @@ -80586,7 +80601,6 @@
/area/maintenance/firstdeck/forestarboard)
"mba" = (
/obj/machinery/door/airlock/highsecurity{
dir = 4;
name = "Gravitational Generator Access"
},
/obj/floor_decal/industrial/hatch/yellow,
Expand Down Expand Up @@ -119813,9 +119827,9 @@
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/multi_tile/glass/engineering{
/obj/machinery/door/airlock/multi_tile/glass/civilian{
dir = 8;
name = "Engineer Bay"
name = "Engineer Bay Lobby"
},
/obj/machinery/door/firedoor{
dir = 4
Expand Down Expand Up @@ -133756,6 +133770,13 @@
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/button/blast_door{
id_tag = "guppy_hatch";
name = "Rear Hatch Control";
req_access = list("ACCESS_GUPPY");
pixel_x = 25;
pixel_y = 1
},
/turf/simulated/floor/tiled/techfloor/grid,
/area/guppy_hangar/start)
"tWW" = (
Expand Down Expand Up @@ -142931,13 +142952,6 @@
pixel_y = 26;
pixel_x = 25
},
/obj/machinery/button/blast_door{
id_tag = "guppy_hatch";
name = "Rear Hatch Control";
pixel_y = 24;
req_access = list("ACCESS_GUPPY");
pixel_x = 36
},
/obj/structure/cable/cyan{
d1 = 1;
d2 = 2;
Expand Down Expand Up @@ -146487,7 +146501,7 @@
d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/multi_tile/glass/engineering{
/obj/machinery/door/airlock/multi_tile/glass/civilian{
dir = 8;
name = "Hallway"
},
Expand Down Expand Up @@ -222414,7 +222428,7 @@ bJM
bJM
nvT
nvT
ogT
jTc
nvT
bJM
bJM
Expand Down

0 comments on commit 8f8027d

Please sign in to comment.