diff --git a/code/defines/vox_sounds.dm b/code/defines/vox_sounds.dm index 229b6380c0d..93bf36a3716 100644 --- a/code/defines/vox_sounds.dm +++ b/code/defines/vox_sounds.dm @@ -25,6 +25,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "agent" = 'sound/vox_fem/agent.ogg', "ai" = 'sound/vox_fem/ai.ogg', "alarm" = 'sound/vox_fem/alarm.ogg', +"alcohol" = 'sound/vox_fem/alcohol.ogg', "alert" = 'sound/vox_fem/alert.ogg', "alien" = 'sound/vox_fem/alien.ogg', "aligned" = 'sound/vox_fem/aligned.ogg', @@ -239,6 +240,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "dorms" = 'sound/vox_fem/dorms.ogg', "down" = 'sound/vox_fem/down.ogg', "drask" = 'sound/vox_fem/drask.ogg', +"drunk" = 'sound/vox_fem/drunk.ogg', "dual" = 'sound/vox_fem/dual.ogg', "duct" = 'sound/vox_fem/duct.ogg', "e" = 'sound/vox_fem/e.ogg', @@ -372,6 +374,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "hit" = 'sound/vox_fem/hit.ogg', "hole" = 'sound/vox_fem/hole.ogg', "holoparasite" = 'sound/vox_fem/holoparasite.ogg', +"honk" = 'sound/vox_fem/honk.ogg', "hop" = 'sound/vox_fem/hop.ogg', "hos" = 'sound/vox_fem/hos.ogg', "hostile" = 'sound/vox_fem/hostile.ogg', @@ -388,6 +391,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "hydroponics" = 'sound/vox_fem/hydroponics.ogg', "i" = 'sound/vox_fem/i.ogg', "iaa" = 'sound/vox_fem/iaa.ogg', +"ian" = 'sound/vox_fem/ian.ogg', "idiot" = 'sound/vox_fem/idiot.ogg', "illegal" = 'sound/vox_fem/illegal.ogg', "immediate" = 'sound/vox_fem/immediate.ogg', @@ -559,6 +563,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "please" = 'sound/vox_fem/please.ogg', "pod" = 'sound/vox_fem/pod.ogg', "point" = 'sound/vox_fem/point.ogg', +"poly" = 'sound/vox_fem/poly.ogg', "port" = 'sound/vox_fem/port.ogg', "portal" = 'sound/vox_fem/portal.ogg', "power" = 'sound/vox_fem/power.ogg', @@ -572,6 +577,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "propulsion" = 'sound/vox_fem/propulsion.ogg', "prosecute" = 'sound/vox_fem/prosecute.ogg', "protective" = 'sound/vox_fem/protective.ogg', +"pun" = 'sound/vox_fem/pun.ogg', "push" = 'sound/vox_fem/push.ogg', "q" = 'sound/vox_fem/q.ogg', "qm" = 'sound/vox_fem/qm.ogg', @@ -601,6 +607,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "released" = 'sound/vox_fem/released.ogg', "remaining" = 'sound/vox_fem/remaining.ogg', "removal" = 'sound/vox_fem/removal.ogg', +"renault" = 'sound/vox_fem/renault.ogg', "renegade" = 'sound/vox_fem/renegade.ogg', "repair" = 'sound/vox_fem/repair.ogg', "report" = 'sound/vox_fem/report.ogg', @@ -624,6 +631,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "room" = 'sound/vox_fem/room.ogg', "round" = 'sound/vox_fem/round.ogg', "run" = 'sound/vox_fem/run.ogg', +"runtime" = 'sound/vox_fem/runtime.ogg', "s" = 'sound/vox_fem/s.ogg', "safe" = 'sound/vox_fem/safe.ogg', "safety" = 'sound/vox_fem/safety.ogg', @@ -676,6 +684,8 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "sixteen" = 'sound/vox_fem/sixteen.ogg', "sixty" = 'sound/vox_fem/sixty.ogg', "skipjack" = 'sound/vox_fem/skipjack.ogg', +"skree" = 'sound/vox_fem/skree.ogg', +"skrek" = 'sound/vox_fem/skrek.ogg', "skrell" = 'sound/vox_fem/skrell.ogg', "slime" = 'sound/vox_fem/slime.ogg', "slow" = 'sound/vox_fem/slow.ogg', @@ -705,6 +715,7 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "still" = 'sound/vox_fem/still.ogg', "storage" = 'sound/vox_fem/storage.ogg', "stuck" = 'sound/vox_fem/stuck.ogg', +"stupid" = 'sound/vox_fem/stupid.ogg', "sub" = 'sound/vox_fem/sub.ogg', "subsurface" = 'sound/vox_fem/subsurface.ogg', "sudden" = 'sound/vox_fem/sudden.ogg', diff --git a/sound/vox_fem/active.ogg b/sound/vox_fem/active.ogg new file mode 100644 index 00000000000..731020160c2 Binary files /dev/null and b/sound/vox_fem/active.ogg differ diff --git a/sound/vox_fem/airlock.ogg b/sound/vox_fem/airlock.ogg new file mode 100644 index 00000000000..5eb6920f016 Binary files /dev/null and b/sound/vox_fem/airlock.ogg differ diff --git a/sound/vox_fem/alcohol.ogg b/sound/vox_fem/alcohol.ogg new file mode 100644 index 00000000000..313bb0f9799 Binary files /dev/null and b/sound/vox_fem/alcohol.ogg differ diff --git a/sound/vox_fem/becoming.ogg b/sound/vox_fem/becoming.ogg new file mode 100644 index 00000000000..4d96fc9399b Binary files /dev/null and b/sound/vox_fem/becoming.ogg differ diff --git a/sound/vox_fem/briefing.ogg b/sound/vox_fem/briefing.ogg new file mode 100644 index 00000000000..4b2ce6d2942 Binary files /dev/null and b/sound/vox_fem/briefing.ogg differ diff --git a/sound/vox_fem/camp.ogg b/sound/vox_fem/camp.ogg new file mode 100644 index 00000000000..cbb5f1daaaf Binary files /dev/null and b/sound/vox_fem/camp.ogg differ diff --git a/sound/vox_fem/detective.ogg b/sound/vox_fem/detective.ogg new file mode 100644 index 00000000000..cd8cba63f51 Binary files /dev/null and b/sound/vox_fem/detective.ogg differ diff --git a/sound/vox_fem/drunk.ogg b/sound/vox_fem/drunk.ogg new file mode 100644 index 00000000000..b6f6c42c8e0 Binary files /dev/null and b/sound/vox_fem/drunk.ogg differ diff --git a/sound/vox_fem/equipment.ogg b/sound/vox_fem/equipment.ogg new file mode 100644 index 00000000000..424aae47a9e Binary files /dev/null and b/sound/vox_fem/equipment.ogg differ diff --git a/sound/vox_fem/evacuation.ogg b/sound/vox_fem/evacuation.ogg new file mode 100644 index 00000000000..add8dd9adad Binary files /dev/null and b/sound/vox_fem/evacuation.ogg differ diff --git a/sound/vox_fem/experimentor.ogg b/sound/vox_fem/experimentor.ogg new file mode 100644 index 00000000000..b21602f9932 Binary files /dev/null and b/sound/vox_fem/experimentor.ogg differ diff --git a/sound/vox_fem/honk.ogg b/sound/vox_fem/honk.ogg new file mode 100644 index 00000000000..91e05bdf679 Binary files /dev/null and b/sound/vox_fem/honk.ogg differ diff --git a/sound/vox_fem/ian.ogg b/sound/vox_fem/ian.ogg new file mode 100644 index 00000000000..f1da8bd7b76 Binary files /dev/null and b/sound/vox_fem/ian.ogg differ diff --git a/sound/vox_fem/interested.ogg b/sound/vox_fem/interested.ogg new file mode 100644 index 00000000000..87a5af9e990 Binary files /dev/null and b/sound/vox_fem/interested.ogg differ diff --git a/sound/vox_fem/intruders.ogg b/sound/vox_fem/intruders.ogg new file mode 100644 index 00000000000..c622d9e01e0 Binary files /dev/null and b/sound/vox_fem/intruders.ogg differ diff --git a/sound/vox_fem/labor.ogg b/sound/vox_fem/labor.ogg new file mode 100644 index 00000000000..184474e6a40 Binary files /dev/null and b/sound/vox_fem/labor.ogg differ diff --git a/sound/vox_fem/library.ogg b/sound/vox_fem/library.ogg new file mode 100644 index 00000000000..a760be722c0 Binary files /dev/null and b/sound/vox_fem/library.ogg differ diff --git a/sound/vox_fem/miner.ogg b/sound/vox_fem/miner.ogg new file mode 100644 index 00000000000..71def18b022 Binary files /dev/null and b/sound/vox_fem/miner.ogg differ diff --git a/sound/vox_fem/miners.ogg b/sound/vox_fem/miners.ogg new file mode 100644 index 00000000000..3390bda010f Binary files /dev/null and b/sound/vox_fem/miners.ogg differ diff --git a/sound/vox_fem/mining.ogg b/sound/vox_fem/mining.ogg new file mode 100644 index 00000000000..3c7a4df1a86 Binary files /dev/null and b/sound/vox_fem/mining.ogg differ diff --git a/sound/vox_fem/operational.ogg b/sound/vox_fem/operational.ogg new file mode 100644 index 00000000000..13a903f16bb Binary files /dev/null and b/sound/vox_fem/operational.ogg differ diff --git a/sound/vox_fem/pods.ogg b/sound/vox_fem/pods.ogg new file mode 100644 index 00000000000..1fd095c59ee Binary files /dev/null and b/sound/vox_fem/pods.ogg differ diff --git a/sound/vox_fem/poly.ogg b/sound/vox_fem/poly.ogg new file mode 100644 index 00000000000..91dfa8f22ce Binary files /dev/null and b/sound/vox_fem/poly.ogg differ diff --git a/sound/vox_fem/pun.ogg b/sound/vox_fem/pun.ogg new file mode 100644 index 00000000000..19000f98f9f Binary files /dev/null and b/sound/vox_fem/pun.ogg differ diff --git a/sound/vox_fem/renault.ogg b/sound/vox_fem/renault.ogg new file mode 100644 index 00000000000..acea4a7731c Binary files /dev/null and b/sound/vox_fem/renault.ogg differ diff --git a/sound/vox_fem/runtime.ogg b/sound/vox_fem/runtime.ogg new file mode 100644 index 00000000000..0a43c429355 Binary files /dev/null and b/sound/vox_fem/runtime.ogg differ diff --git a/sound/vox_fem/scrubbers.ogg b/sound/vox_fem/scrubbers.ogg new file mode 100644 index 00000000000..caae84dac41 Binary files /dev/null and b/sound/vox_fem/scrubbers.ogg differ diff --git a/sound/vox_fem/skree.ogg b/sound/vox_fem/skree.ogg new file mode 100644 index 00000000000..4480d923be0 Binary files /dev/null and b/sound/vox_fem/skree.ogg differ diff --git a/sound/vox_fem/skrek.ogg b/sound/vox_fem/skrek.ogg new file mode 100644 index 00000000000..81fef09383e Binary files /dev/null and b/sound/vox_fem/skrek.ogg differ diff --git a/sound/vox_fem/stupid.ogg b/sound/vox_fem/stupid.ogg new file mode 100644 index 00000000000..80d8399bf33 Binary files /dev/null and b/sound/vox_fem/stupid.ogg differ diff --git a/sound/vox_fem/vents.ogg b/sound/vox_fem/vents.ogg new file mode 100644 index 00000000000..ef7e9a9b9b3 Binary files /dev/null and b/sound/vox_fem/vents.ogg differ diff --git a/sound/vox_fem/weld.ogg b/sound/vox_fem/weld.ogg new file mode 100644 index 00000000000..21b8a75b9b8 Binary files /dev/null and b/sound/vox_fem/weld.ogg differ