Skip to content

Commit

Permalink
Access requirement on Jani shutter
Browse files Browse the repository at this point in the history
  • Loading branch information
QuacksQ committed Jun 22, 2024
1 parent 24e9c27 commit f2c1ad3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _maps/map_files/ALV Belryth/ALV Belryth.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7943,7 +7943,8 @@
id = "custodialshutters";
name = "shutters control";
pixel_x = 8;
pixel_y = 29
pixel_y = 29;
req_access = list("service")
},
/obj/effect/turf_decal/stripes/orange/corner{
dir = 8
Expand Down Expand Up @@ -35645,7 +35646,8 @@
/obj/effect/turf_decal/box,
/obj/machinery/button/door/directional/south{
name = "shutters control";
id = "custodialshutters"
id = "custodialshutters";
req_access = list("service")
},
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
Expand Down

0 comments on commit f2c1ad3

Please sign in to comment.