This commit is contained in:
Exxion
2023-12-06 01:31:26 -05:00
committed by GitHub
parent da1d203f54
commit bdcf9c22db
2 changed files with 8185 additions and 8185 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -115,8 +115,8 @@ var/announcing_vox = 0 // Stores the time of the last announcement
var/const/VOX_CHANNEL = 200 var/const/VOX_CHANNEL = 200
var/const/VOX_DELAY = 600 var/const/VOX_DELAY = 600
var/VOX_AVAILABLE_VOICES = list( var/VOX_AVAILABLE_VOICES = list(
"fem" = "Feminine", "fem" = "Feminine"//,
"mas" = "Masculine" // "mas" = "Masculine"
); );
#ifndef DISABLE_VOX #ifndef DISABLE_VOX