Skip to content

Commit

Permalink
Refactor areas on Almayer in upper deck and tweak map a bit to reflec…
Browse files Browse the repository at this point in the history
…t it. (#5879)

# About the pull request
1-added a new hallway area to upper deck so that we have fore mid aft
hallway.
2-added two new maintenance fore and aft and change placement of mid to
make sense.
3-removed all the emergency shutter that weren't at the borders of each
areas.
4-i added back the bear belt because it was deleted when it was move
finding no real place to fit it in i settled for a closet in alpha/bravo
dormitory
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
1,2-make it easier to relocate and for maintenance it's part of a PR
that will come after...
3-to standardize and make it way more clear how they are supposed to
placed,used.
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
refactor: refactored areas replaced stern hallway by aft added two new
hallway area(fore, midship)
refactor: refactored areas replaced midship maintenance by for and added
two new maintenance areas(fore, aft) with each starboard and port side.
maptweak: removed all the emergency shutter that weren't at the borders
of each areas.
maptweak: added back the bear belt in a closet in a dormitory.
maptweak: reconnect some air  pipe in an hallway north upper engi.
/:cl:

---------

Co-authored-by: Julien <[email protected]>
  • Loading branch information
Huffie56 and Julien authored Mar 16, 2024
1 parent d05c21d commit 1882a1e
Show file tree
Hide file tree
Showing 2 changed files with 2,579 additions and 2,622 deletions.
20 changes: 18 additions & 2 deletions code/game/area/almayer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,12 @@
name = "\improper Upper Deck Aft Hallway"
icon_state = "aft"

/area/almayer/hallways/upper/stern_hallway
name = "\improper Upper Deck Stern Hallway"
/area/almayer/hallways/upper/fore_hallway
name = "\improper Upper Deck Fore Hallway"
icon_state = "stern"

/area/almayer/hallways/upper/midship_hallway
name = "\improper Upper Deck Midship Hallway"
icon_state = "stern"

/area/almayer/hallways/upper/port
Expand Down Expand Up @@ -425,6 +429,18 @@
/area/almayer/maint/upper/u_m_s
name = "\improper Upper Deck Starboard-Midship Maintenance"

/area/almayer/maint/upper/u_f_p
name = "\improper Upper Deck Port-Fore Maintenance"

/area/almayer/maint/upper/u_f_s
name = "\improper Upper Deck Starboard-Fore Maintenance"

/area/almayer/maint/upper/u_a_p
name = "\improper Upper Deck Port-Aft Maintenance"

/area/almayer/maint/upper/u_a_s
name = "\improper Upper Deck Starboard-Aft Maintenance"

// hull areas
/area/almayer/maint/hull

Expand Down
Loading

0 comments on commit 1882a1e

Please sign in to comment.