Skip to content

Commit

Permalink
RD buttons tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Apr 23, 2024
1 parent a4a85e8 commit a5713b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -89251,12 +89251,14 @@
/obj/machinery/button/windowtint/west{
desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses.";
id = "rdrobosurgery";
pixel_y = 4
pixel_y = 4;
range = 1
},
/obj/machinery/button/windowtint/west{
desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses.";
id = "rd";
pixel_y = -4
pixel_y = -4;
range = 7
},
/turf/simulated/floor/plasteel{
dir = 9;
Expand Down Expand Up @@ -92280,7 +92282,9 @@
},
/area/station/engineering/secure_storage)
"uHT" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "rd"
},
/turf/simulated/floor/plating,
/area/station/science/server)
"uHX" = (
Expand Down
11 changes: 6 additions & 5 deletions _maps/map_files220/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -31494,19 +31494,20 @@
/obj/machinery/door_control/shutter/north{
id = "xeno_blastdoor";
name = "Xenobiology Containment Control";
pixel_x = 7;
req_access_txt = "30"
req_access_txt = "30";
pixel_y = 32
},
/obj/machinery/door_control/shutter/north{
id = "rdtoxins";
name = "Toxins Containment Control";
pixel_x = -7;
req_access_txt = "30"
req_access_txt = "30";
pixel_y = 23
},
/obj/machinery/door_control/shutter/north{
id = "rdrnd";
name = "Research and Development Containment Control";
req_access_txt = "30"
req_access_txt = "30";
pixel_y = 41
},
/obj/machinery/computer/security/telescreen/rd{
pixel_x = 31;
Expand Down

0 comments on commit a5713b4

Please sign in to comment.