Skip to content

Commit

Permalink
Fix station levels
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Oct 28, 2023
1 parent 9c6ba07 commit 05013dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maps/sierra/sierra_define.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

load_legacy_saves = TRUE

station_levels = list(1,2,3)
admin_levels = list(4,5)
empty_levels = list(6)
accessible_z_levels = list("1"=1,"2"=1,"3"=1,"6"=30)
station_levels = list(1,2,3,4,5)
admin_levels = list(6,7)
empty_levels = list(8)
accessible_z_levels = list("1"=1,"2"=1,"3"=1,"4"=1,"5"=1,"8"=25)
overmap_size = 40
overmap_event_areas = 34
usable_email_tlds = list("freemail.net")
Expand Down

0 comments on commit 05013dd

Please sign in to comment.