mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
:( (#35524)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -115,8 +115,8 @@ var/announcing_vox = 0 // Stores the time of the last announcement
|
||||
var/const/VOX_CHANNEL = 200
|
||||
var/const/VOX_DELAY = 600
|
||||
var/VOX_AVAILABLE_VOICES = list(
|
||||
"fem" = "Feminine",
|
||||
"mas" = "Masculine"
|
||||
"fem" = "Feminine"//,
|
||||
// "mas" = "Masculine"
|
||||
);
|
||||
|
||||
#ifndef DISABLE_VOX
|
||||
|
||||
Reference in New Issue
Block a user