Adds unique Vox coughs and sneezes

This commit is contained in:
allfd
2017-02-17 18:39:24 -05:00
parent 8a7b1ad2fc
commit e435701531
3 changed files with 4 additions and 4 deletions
@@ -298,10 +298,10 @@
scream_verb = "shrieks"
male_scream_sound = 'sound/voice/shriek1.ogg'
female_scream_sound = 'sound/voice/shriek1.ogg'
male_cough_sounds = list('sound/voice/shriek1.ogg')
female_cough_sounds = list('sound/voice/shriek1.ogg')
male_sneeze_sound = 'sound/voice/shriek1.ogg'
female_sneeze_sound = 'sound/voice/shriek1.ogg'
male_cough_sounds = list('sound/voice/shriekcough.ogg')
female_cough_sounds = list('sound/voice/shriekcough.ogg')
male_sneeze_sound = 'sound/voice/shrieksneeze.ogg'
female_sneeze_sound = 'sound/voice/shrieksneeze.ogg'
icon_skin_tones = list(
1 = "Default Green",