Skip to content

Commit

Permalink
Fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Nov 17, 2024
1 parent 8a60f76 commit 8dbb0c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _maps/map_files/Cyberiad/Cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22141,11 +22141,18 @@
/obj/machinery/button/door{
id = "bridge blast";
name = "Bridge Blast Door Control";
pixel_x = 32;
pixel_x = 26;
pixel_y = -2;
req_access = list("command")
},
/obj/structure/cable,
/obj/machinery/button/door{
id = "bridge windows";
name = "Bridge Windows Control";
pixel_x = 38;
pixel_y = -2;
req_access = list("command")
},
/turf/open/floor/iron,
/area/station/command/bridge)
"fOE" = (
Expand Down

0 comments on commit 8dbb0c3

Please sign in to comment.