Skip to content

Commit

Permalink
new areas
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Dec 19, 2023
1 parent 081f6e4 commit d97cb21
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/game/area/almayer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,19 @@
icon_state = "starboard"
fake_zlevel = 2 // lowerdeck

//new hallways areas

/area/almayer/hallways/upper
fake_zlevel = 1 // upperdeck

/area/almayer/hallways/upper/port
name = "\improper Upper Deck port Hallway"
icon_state = "port"

/area/almayer/hallways/upper/starboard
name = "\improper Upper Deck starboard Hallway"
icon_state = "starboard"

/area/almayer/stair_clone
name = "\improper Lower Deck Stairs"
icon_state = "stairs_lowerdeck"
Expand Down

0 comments on commit d97cb21

Please sign in to comment.