add specialized voice for an audio assistant

This commit is contained in:
nhmall
2024-01-01 12:43:53 -05:00
parent aeab3f69a6
commit 00af468020
+6 -5
View File
@@ -157,11 +157,12 @@ enum ambiences {
enum voice_moreinfo { enum voice_moreinfo {
voice_nothing_special, voice_nothing_special,
voice_talking_artifact = 0x0001, voice_audioassistant = 0x0001, /* accessibility */
voice_deity = 0x0002, voice_talking_artifact = 0x0002,
voice_oracle = 0x0004, voice_deity = 0x0004,
voice_throne = 0x0008, voice_oracle = 0x0008,
voice_death = 0x0010 voice_throne = 0x0010,
voice_death = 0x0020
}; };
enum achievements_arg2 { enum achievements_arg2 {