mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -0,0 +1,4 @@
|
||||
author: Ferner
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Announcements can now be heard on the roof (z-level 7)."
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user