diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 56ccb0ae4b7..dc3a5ed74d6 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -323,6 +323,9 @@ wikilink="https://wiki.vore-station.net/Teshari" agility = 90 + male_sneeze_sound = list('sound/effects/mob_effects/tesharisneeze.ogg','sound/effects/mob_effects/tesharisneezeb.ogg') + female_sneeze_sound = list('sound/effects/mob_effects/tesharisneeze.ogg','sound/effects/mob_effects/tesharisneezeb.ogg') + inherent_verbs = list( /mob/living/carbon/human/proc/sonar_ping, /mob/living/proc/hide, diff --git a/sound/effects/mob_effects/tesharisneezeb.ogg b/sound/effects/mob_effects/tesharisneezeb.ogg new file mode 100644 index 00000000000..f7428654647 Binary files /dev/null and b/sound/effects/mob_effects/tesharisneezeb.ogg differ