Tweaks the station's contact levels (#8291)

This makes it so announcements can be heard if you're on the roof, like at telecomms, the running track, the checkpoint tower.
This commit is contained in:
fernerr
2020-02-17 16:46:34 +01:00
committed by GitHub
parent eab5ef8815
commit fecbdc71e3
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- tweak: "Announcements can now be heard on the roof (z-level 7)."
+1 -1
View File
@@ -7,7 +7,7 @@
station_levels = list(2, 3, 4, 5, 6, 7)
admin_levels = list(1)
contact_levels = list(3, 4, 5, 6)
contact_levels = list(3, 4, 5, 6, 7)
player_levels = list(2, 3, 4, 5, 6, 7, 8)
restricted_levels = list()
accessible_z_levels = list("8" = 10, "7" = 15, "2" = 60)