Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor areas on Almayer in upper deck and tweak map a bit to reflect it. #5879

Merged
merged 5 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading