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

fix some stuff on almayer and refactor some upper deck areas. #5572

Merged
merged 4 commits into from
Jan 29, 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
39 changes: 36 additions & 3 deletions code/game/area/almayer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@

/area/almayer/maint/lower
name = "\improper Lower Deck Maintenance"
icon_state = "lowerhull"//tempory until i get a proper one.
icon_state = "lowerhull"
fake_zlevel = 2 // lowerdeck

/area/almayer/maint/lower/constr
Expand All @@ -435,16 +435,33 @@
/area/almayer/maint/lower/cryo_cells
name = "\improper Lower Deck Cryo Cells Maintenance"

// hull areas
// Upper maintainance areas
/area/almayer/maint/upper
name = "\improper Upper Deck Maintenance"
icon_state = "upperhull"
fake_zlevel = 1 // upperdeck

/area/almayer/maint/upper/mess
name = "\improper Upper Deck Mess Maintenance"

/area/almayer/maint/upper/u_m_p
name = "\improper Upper Deck Port-Midship Maintenance"

/area/almayer/maint/upper/u_m_s
name = "\improper Upper Deck Starboard-Midship Maintenance"

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

// lower deck hull areas

/area/almayer/maint/hull/lower
name = "\improper Lower Deck Hull"
icon_state = "lowerhull"
fake_zlevel = 2 // lowerdeck
// stairs.

/area/almayer/maint/hull/lower/stairs
name = "\improper Lower Deck Stairs Hull"

/area/almayer/maint/hull/lower/stern
name = "\improper Lower Deck Stern Hull"
Expand Down Expand Up @@ -480,6 +497,22 @@
icon_state = "upperhull"
fake_zlevel = 1 // upperdeck

// Stairs.
/area/almayer/maint/hull/upper/stairs
name = "\improper Upper Deck Stairs Hull"

/area/almayer/maint/hull/upper/p_bow
name = "\improper Upper Deck Port-Bow Hull"

/area/almayer/maint/hull/upper/s_bow
name = "\improper Upper Deck Starboard-Bow Hull"

/area/almayer/maint/hull/upper/p_stern
name = "\improper Upper Deck Port-Stern Hull"

/area/almayer/maint/hull/upper/s_stern
name = "\improper Upper Deck Starboard-Stern Hull"

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

Expand Down
Loading
Loading