Skip to content

Commit

Permalink
Adds an APOLLO maintenance controller to the Warden's Office. (#6043)
Browse files Browse the repository at this point in the history
# About the pull request

Simply adds an APOLLO maintenance controller to the MW office in the
brig. Moves some of the buttons down a bit to accommodate new computer
console. Screenshot provided in the relevant section.

# Explain why it's good for the game

The brig, despite being a zone that's prone to all sorts of maintenance
issues, has no APOLLO maintenance controllers at all. The nearest one
being at the CIC. This should give both wardens and WJs something to do
when it's quiet.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![image](https://github.com/cmss13-devs/cmss13/assets/42235601/58267043-1313-48a1-934e-429430704604)

</details>


# Changelog
:cl:
mapadd: Added an APOLLO maintenance controller to the Warden's Office.
/:cl:
  • Loading branch information
Waseemq1235 committed Apr 6, 2024
1 parent 12019ea commit a040d90
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -28036,8 +28036,8 @@
pixel_y = 9;
req_access_txt = "3"
},
/obj/structure/machinery/light{
dir = 1
/obj/structure/machinery/computer/working_joe{
pixel_y = 16
},
/turf/open/floor/almayer{
dir = 1;
Expand Down Expand Up @@ -33340,15 +33340,19 @@
"hlI" = (
/obj/structure/surface/table/almayer,
/obj/structure/machinery/recharger,
/obj/structure/sign/safety/terminal{
pixel_y = 32
},
/obj/structure/transmitter/rotary{
name = "Brig Wardens's Office Telephone";
phone_category = "MP Dept.";
phone_id = "Brig Warden's Office";
pixel_x = 15
},
/obj/structure/sign/safety/terminal{
pixel_x = 8;
pixel_y = 32
},
/obj/structure/machinery/light{
dir = 1
},
/turf/open/floor/almayer{
dir = 9;
icon_state = "red"
Expand Down

0 comments on commit a040d90

Please sign in to comment.