Skip to content
Open
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
4 changes: 2 additions & 2 deletions modular_darkpack/modules/areas/code/__vtm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
ambience_index = null
ambient_buzz = null
ambient_buzz_vol = 8
min_ambience_cooldown = 3 SECONDS
max_ambience_cooldown = 10 SECONDS
min_ambience_cooldown = 30 SECONDS
max_ambience_cooldown = 2 MINUTES

var/zone_type = ZONE_MASQUERADE

Expand Down
Loading