mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +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_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
|
||||||
|
|||||||
Reference in New Issue
Block a user