Skip to content

Commit

Permalink
Теги
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Nov 13, 2023
1 parent 472e660 commit 218623d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@
/obj/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/airlock/security{
name = "Security Checkpoint";
req_access = newlist();
req_access = list(list("ACCESS_SECURITY","ACCESS_FORENSICS"));
secured_wires = 1;
autoset_access = 0
},
Expand Down Expand Up @@ -6273,7 +6273,7 @@
/area/chapel/main)
"aUp" = (
/obj/machinery/button/blast_door{
id_tag = "borg";
id_tag = "ai_upload_blast";
name = "Cyborg Upload Blast Doors";
pixel_y = 24;
req_access = list("ACCESS_AI_UPLOAD")
Expand Down Expand Up @@ -46545,7 +46545,7 @@
icon_state = "0-2"
},
/obj/machinery/power/smes/buildable/preset/sierra/substation{
RCon_tag = "Substation - Third Deck"
RCon_tag = "Substation - Fourth Deck"
},
/obj/structure/railing/mapped,
/obj/structure/railing/mapped{
Expand Down Expand Up @@ -159667,7 +159667,9 @@
"xZt" = (
/obj/machinery/door/firedoor,
/obj/floor_decal/industrial/hatch/yellow,
/obj/machinery/door/airlock/glass/maintenance,
/obj/machinery/door/airlock/glass/maintenance{
autoset_access = 0
},
/turf/simulated/floor/tiled/monotile,
/area/quartermaster/hangar/upper)
"xZu" = (
Expand Down

0 comments on commit 218623d

Please sign in to comment.