diff --git a/GainStation13/code/datums/bark.dm b/GainStation13/code/datums/bark.dm new file mode 100644 index 0000000000..935f9b1e8f --- /dev/null +++ b/GainStation13/code/datums/bark.dm @@ -0,0 +1,361 @@ +/// All of these are from this PR: https://github.com/Bubberstation/Bubberstation/pull/987 +/datum/bark/moff/short + name = "Moff squeak" + id = "moffsqueak" + soundpath = 'GainStation13/sound/voice/barks/mothsqueak.ogg' + allow_random = TRUE + ignore = FALSE + +/datum/bark/meow //Meow bark? + name = "Meow" + id = "meow" + allow_random = TRUE + soundpath = 'GainStation13/sound/voice/barks/meow1.ogg' + minspeed = 5 + maxspeed = 11 + +/datum/bark/chirp + name = "Chirp" + id = "chirp" + allow_random = TRUE + soundpath = 'GainStation13/sound/voice/barks/chirp.ogg' + +/datum/bark/caw + name = "Caw" + id = "caw" + allow_random = TRUE + soundpath = 'GainStation13/sound/voice/barks/caw.ogg' + +//Undertale +/datum/bark/alphys + name = "Alphys" + id = "alphys" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_alphys.ogg' + minvariance = 0 + +/datum/bark/asgore + name = "Asgore" + id = "asgore" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_asgore.ogg' + minvariance = 0 + +/datum/bark/flowey + name = "Flowey (normal)" + id = "flowey1" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_flowey_1.ogg' + minvariance = 0 + +/datum/bark/flowey/evil + name = "Flowey (evil)" + id = "flowey2" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_flowey_2.ogg' + minvariance = 0 + +/datum/bark/papyrus + name = "Papyrus" + id = "papyrus" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_papyrus.ogg' + minvariance = 0 + +/datum/bark/ralsei + name = "Ralsei" + id = "ralsei" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_ralsei.ogg' + minvariance = 0 + +/datum/bark/sans //real + name = "Sans" + id = "sans" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_sans.ogg' + minvariance = 0 + +/datum/bark/toriel + name = "Toriel" + id = "toriel" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_toriel.ogg' + minvariance = 0 + +/datum/bark/undyne + name = "Undyne" + id = "undyne" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_undyne.ogg' + minvariance = 0 + +/datum/bark/temmie + name = "Temmie" + id = "temmie" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_temmie.ogg' + minvariance = 0 + +/datum/bark/susie + name = "Susie" + id = "susie" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_susie.ogg' + minvariance = 0 + +/datum/bark/gaster + name = "Gaster" + id = "gaster" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_gaster_1.ogg' + minvariance = 0 + +/datum/bark/mettaton + name = "Mettaton" + id = "mettaton" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_metta_1.ogg' + minvariance = 0 + +/datum/bark/gen_monster + name = "Generic Monster 1" + id = "gen_monster_1" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_monster1.ogg' + minvariance = 0 + +/datum/bark/gen_monster/alt + name = "Generic Monster 2" + id = "gen_monster_2" + soundpath = 'GainStation13/sound/voice/barks/undertale/voice_monster2.ogg' + minvariance = 0 + +/datum/bark/wilson + name = "Wilson" + id = "wilson" + soundpath = 'GainStation13/sound/voice/barks/dont_starve/wilson_blooper.ogg' + +/datum/bark/wolfgang + name = "Wolfgang" + id = "wolfgang" + soundpath = 'GainStation13/sound/voice/barks/dont_starve/wolfgang_blooper.ogg' + minspeed = 4 + maxspeed = 10 + +/datum/bark/woodie + name = "Woodie" + id = "woodie" + soundpath = 'GainStation13/sound/voice/barks/dont_starve/woodie_blooper.ogg' + minspeed = 4 + maxspeed = 10 + +/datum/bark/wurt + name = "Wurt" + id = "wurt" + soundpath = 'GainStation13/sound/voice/barks/dont_starve/wurt_blooper.ogg' + +/datum/bark/wx78 + name = "wx78" + id = "wx78" + soundpath = 'GainStation13/sound/voice/barks/dont_starve/wx78_blooper.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/blub + name = "Blub" + id = "blub" + soundpath = 'GainStation13/sound/voice/barks/blub.ogg' + +/datum/bark/bottalk + name = "Bottalk 1" + id = "bottalk1" + soundpath = 'GainStation13/sound/voice/barks/bottalk_1.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/bottalk/alt1 + name = "Bottalk 2" + id = "bottalk2" + soundpath = 'GainStation13/sound/voice/barks/bottalk_2.ogg' + +/datum/bark/bottalk/alt2 + name = "Bottalk 3" + id = "bottalk3" + soundpath = 'GainStation13/sound/voice/barks/bottalk_3.ogg' + +/datum/bark/bottalk/alt3 + name = "Bottalk 4" + id = "bottalk4" + soundpath = 'GainStation13/sound/voice/barks/bottalk_4.ogg' + +/datum/bark/buwoo + name = "Buwoo" + id = "buwoo" + soundpath = 'GainStation13/sound/voice/barks/buwoo.ogg' + +/datum/bark/cow + name = "Cow" + id = "cow" + soundpath = 'GainStation13/sound/voice/barks/cow.ogg' + +/datum/bark/lizard + name = "Lizard" + id = "lizard" + soundpath = 'GainStation13/sound/voice/barks/lizard.ogg' + +/datum/bark/pug + name = "Pug" + id = "pug" + soundpath = 'GainStation13/sound/voice/barks/pug.ogg' + +/datum/bark/pugg + name = "Pugg" + id = "pugg" + soundpath = 'GainStation13/sound/voice/barks/pugg.ogg' + +/datum/bark/radio + name = "Radio 1" + id = "radio1" + soundpath = 'GainStation13/sound/voice/barks/radio.ogg' + +/datum/bark/radio/short + name = "Radio 2" + id = "radio2" + soundpath = 'GainStation13/sound/voice/barks/radio2.ogg' + +/datum/bark/radio/ai + name = "Radio (AI)" + id = "radio_ai" + soundpath = 'GainStation13/sound/voice/barks/radio_ai.ogg' + +/datum/bark/roach //Turkish characters be like + name = "Roach" + id = "roach" + soundpath = 'GainStation13/sound/voice/barks/roach.ogg' + +/datum/bark/skelly + name = "Skelly" + id = "skelly" + soundpath = 'GainStation13/sound/voice/barks/skelly.ogg' + +/datum/bark/speak + name = "Speak 1" + id = "speak1" + soundpath = 'GainStation13/sound/voice/barks/speak_1.ogg' + +/datum/bark/speak/alt1 + name = "Speak 2" + id = "speak2" + soundpath = 'GainStation13/sound/voice/barks/speak_2.ogg' + +/datum/bark/speak/alt2 + name = "Speak 3" + id = "speak3" + soundpath = 'GainStation13/sound/voice/barks/speak_3.ogg' + +/datum/bark/speak/alt3 + name = "Speak 4" + id = "speak4" + soundpath = 'GainStation13/sound/voice/barks/speak_4.ogg' + +/datum/bark/chitter/alt + name = "Chittery Alt" + id = "chitter2" + soundpath = 'GainStation13/sound/voice/barks/moth/mothchitter2.ogg' + +// The Mayhem Special +/datum/bark/whistle + name = "Whistle 1" + id = "whistle1" + soundpath = 'GainStation13/sound/voice/barks/kazooie/birdwhistle.ogg' + +/datum/bark/whistle/alt1 + name = "Whistle 2" + id = "whistle2" + soundpath = 'GainStation13/sound/voice/barks/kazooie/birdwhistle2.ogg' + +/datum/bark/caw/alt1 + name = "Caw 2" + id = "caw2" + soundpath = 'GainStation13/sound/voice/barks/kazooie/caw.ogg' + minspeed = 4 + maxspeed = 9 + +/datum/bark/caw/alt2 + name = "Caw 3" + id = "caw3" + soundpath = 'GainStation13/sound/voice/barks/kazooie/caw2.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/caw/alt3 + name = "Caw 4" + id = "caw4" + soundpath = 'GainStation13/sound/voice/barks/kazooie/caw3.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/ehh + name = "Ehh 1" + id = "ehh1" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/ehh/alt1 + name = "Ehh 2" + id = "ehh2" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh2.ogg' + +/datum/bark/ehh/alt2 + name = "Ehh 3" + id = "ehh3" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh3.ogg' + +/datum/bark/ehh/alt3 + name = "Ehh 4" + id = "ehh4" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh4.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/ehh/alt5 + name = "Ehh 5" + id = "ehh5" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ehh5.ogg' + +/datum/bark/faucet + name = "Faucet 1" + id = "faucet1" + soundpath = 'GainStation13/sound/voice/barks/kazooie/faucet.ogg' + +/datum/bark/faucet/alt1 + name = "Faucet 2" + id = "faucet2" + soundpath = 'GainStation13/sound/voice/barks/kazooie/faucet2.ogg' + +/datum/bark/ribbit + name = "Ribbit" + id = "ribbit" + soundpath = 'GainStation13/sound/voice/barks/kazooie/ribbit.ogg' + +/datum/bark/hoot + name = "Hoot" + id = "hoot" + soundpath = 'GainStation13/sound/voice/barks/kazooie/hoot.ogg' + minspeed = 4 + maxspeed = 9 + +/datum/bark/tweet + name = "Tweet" + id = "tweet" + soundpath = 'GainStation13/sound/voice/barks/kazooie/tweet.ogg' + +/datum/bark/dwoop + name = "Dwoop" + id = "dwoop" + soundpath = 'GainStation13/sound/voice/barks/kazooie/dwoop.ogg' + minspeed = 3 + maxspeed = 9 + +/datum/bark/uhm + name = "Uhm" + id = "uhm" + soundpath = 'GainStation13/sound/voice/barks/kazooie/uhm.ogg' + +/datum/bark/wurtesh + name = "Wurtesh" + id = "wurtesh" + soundpath = 'GainStation13/sound/voice/barks/kazooie/wurble1.ogg' + +/datum/bark/chitter2 + name = "Chitter2" + id = "chitter2" + soundpath = 'GainStation13/sound/voice/barks/kazooie/chitter1.ogg' diff --git a/GainStation13/sound/voice/barks/blub.ogg b/GainStation13/sound/voice/barks/blub.ogg new file mode 100644 index 0000000000..ee6de6ede4 Binary files /dev/null and b/GainStation13/sound/voice/barks/blub.ogg differ diff --git a/GainStation13/sound/voice/barks/bottalk_1.ogg b/GainStation13/sound/voice/barks/bottalk_1.ogg new file mode 100644 index 0000000000..b727224998 Binary files /dev/null and b/GainStation13/sound/voice/barks/bottalk_1.ogg differ diff --git a/GainStation13/sound/voice/barks/bottalk_2.ogg b/GainStation13/sound/voice/barks/bottalk_2.ogg new file mode 100644 index 0000000000..745b1a4edc Binary files /dev/null and b/GainStation13/sound/voice/barks/bottalk_2.ogg differ diff --git a/GainStation13/sound/voice/barks/bottalk_3.ogg b/GainStation13/sound/voice/barks/bottalk_3.ogg new file mode 100644 index 0000000000..e91f6bc156 Binary files /dev/null and b/GainStation13/sound/voice/barks/bottalk_3.ogg differ diff --git a/GainStation13/sound/voice/barks/bottalk_4.ogg b/GainStation13/sound/voice/barks/bottalk_4.ogg new file mode 100644 index 0000000000..3cf58966f7 Binary files /dev/null and b/GainStation13/sound/voice/barks/bottalk_4.ogg differ diff --git a/GainStation13/sound/voice/barks/buwoo.ogg b/GainStation13/sound/voice/barks/buwoo.ogg new file mode 100644 index 0000000000..45bcbd50c6 Binary files /dev/null and b/GainStation13/sound/voice/barks/buwoo.ogg differ diff --git a/GainStation13/sound/voice/barks/caw.ogg b/GainStation13/sound/voice/barks/caw.ogg new file mode 100644 index 0000000000..a560d00908 Binary files /dev/null and b/GainStation13/sound/voice/barks/caw.ogg differ diff --git a/GainStation13/sound/voice/barks/chirp.ogg b/GainStation13/sound/voice/barks/chirp.ogg new file mode 100644 index 0000000000..73cb0376d2 Binary files /dev/null and b/GainStation13/sound/voice/barks/chirp.ogg differ diff --git a/GainStation13/sound/voice/barks/chitter.ogg b/GainStation13/sound/voice/barks/chitter.ogg new file mode 100644 index 0000000000..0d162fa303 Binary files /dev/null and b/GainStation13/sound/voice/barks/chitter.ogg differ diff --git a/GainStation13/sound/voice/barks/cow.ogg b/GainStation13/sound/voice/barks/cow.ogg new file mode 100644 index 0000000000..db6c0a63ca Binary files /dev/null and b/GainStation13/sound/voice/barks/cow.ogg differ diff --git a/GainStation13/sound/voice/barks/dont_starve/wilson_blooper.ogg b/GainStation13/sound/voice/barks/dont_starve/wilson_blooper.ogg new file mode 100644 index 0000000000..e8aaa06eb0 Binary files /dev/null and b/GainStation13/sound/voice/barks/dont_starve/wilson_blooper.ogg differ diff --git a/GainStation13/sound/voice/barks/dont_starve/wolfgang_blooper.ogg b/GainStation13/sound/voice/barks/dont_starve/wolfgang_blooper.ogg new file mode 100644 index 0000000000..31cbfdf720 Binary files /dev/null and b/GainStation13/sound/voice/barks/dont_starve/wolfgang_blooper.ogg differ diff --git a/GainStation13/sound/voice/barks/dont_starve/woodie_blooper.ogg b/GainStation13/sound/voice/barks/dont_starve/woodie_blooper.ogg new file mode 100644 index 0000000000..8092d66e61 Binary files /dev/null and b/GainStation13/sound/voice/barks/dont_starve/woodie_blooper.ogg differ diff --git a/GainStation13/sound/voice/barks/dont_starve/wurt_blooper.ogg b/GainStation13/sound/voice/barks/dont_starve/wurt_blooper.ogg new file mode 100644 index 0000000000..d5ede2f3b9 Binary files /dev/null and b/GainStation13/sound/voice/barks/dont_starve/wurt_blooper.ogg differ diff --git a/GainStation13/sound/voice/barks/dont_starve/wx78_blooper.ogg b/GainStation13/sound/voice/barks/dont_starve/wx78_blooper.ogg new file mode 100644 index 0000000000..ee58058eb3 Binary files /dev/null and b/GainStation13/sound/voice/barks/dont_starve/wx78_blooper.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/birdwhistle.ogg b/GainStation13/sound/voice/barks/kazooie/birdwhistle.ogg new file mode 100644 index 0000000000..f970f8af45 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/birdwhistle.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/birdwhistle2.ogg b/GainStation13/sound/voice/barks/kazooie/birdwhistle2.ogg new file mode 100644 index 0000000000..61fd3e850b Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/birdwhistle2.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/caw.ogg b/GainStation13/sound/voice/barks/kazooie/caw.ogg new file mode 100644 index 0000000000..21181b6519 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/caw.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/caw2.ogg b/GainStation13/sound/voice/barks/kazooie/caw2.ogg new file mode 100644 index 0000000000..e4e4645034 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/caw2.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/caw3.ogg b/GainStation13/sound/voice/barks/kazooie/caw3.ogg new file mode 100644 index 0000000000..8339440d77 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/caw3.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/chitter1.ogg b/GainStation13/sound/voice/barks/kazooie/chitter1.ogg new file mode 100644 index 0000000000..1854d50a42 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/chitter1.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/dwoop.ogg b/GainStation13/sound/voice/barks/kazooie/dwoop.ogg new file mode 100644 index 0000000000..785a18431f Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/dwoop.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ehh.ogg b/GainStation13/sound/voice/barks/kazooie/ehh.ogg new file mode 100644 index 0000000000..c0b5591ed5 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ehh.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ehh2.ogg b/GainStation13/sound/voice/barks/kazooie/ehh2.ogg new file mode 100644 index 0000000000..830bb1e29e Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ehh2.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ehh3.ogg b/GainStation13/sound/voice/barks/kazooie/ehh3.ogg new file mode 100644 index 0000000000..bb0925b68b Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ehh3.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ehh4.ogg b/GainStation13/sound/voice/barks/kazooie/ehh4.ogg new file mode 100644 index 0000000000..5797b13179 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ehh4.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ehh5.ogg b/GainStation13/sound/voice/barks/kazooie/ehh5.ogg new file mode 100644 index 0000000000..970a2040bc Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ehh5.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/faucet.ogg b/GainStation13/sound/voice/barks/kazooie/faucet.ogg new file mode 100644 index 0000000000..56a98a8539 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/faucet.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/faucet2.ogg b/GainStation13/sound/voice/barks/kazooie/faucet2.ogg new file mode 100644 index 0000000000..02af88442a Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/faucet2.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/hoot.ogg b/GainStation13/sound/voice/barks/kazooie/hoot.ogg new file mode 100644 index 0000000000..316949652c Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/hoot.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/ribbit.ogg b/GainStation13/sound/voice/barks/kazooie/ribbit.ogg new file mode 100644 index 0000000000..a4299d2a74 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/ribbit.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/tweet.ogg b/GainStation13/sound/voice/barks/kazooie/tweet.ogg new file mode 100644 index 0000000000..b784636e25 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/tweet.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/uhm.ogg b/GainStation13/sound/voice/barks/kazooie/uhm.ogg new file mode 100644 index 0000000000..857e99c7c5 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/uhm.ogg differ diff --git a/GainStation13/sound/voice/barks/kazooie/wurble1.ogg b/GainStation13/sound/voice/barks/kazooie/wurble1.ogg new file mode 100644 index 0000000000..047eca3510 Binary files /dev/null and b/GainStation13/sound/voice/barks/kazooie/wurble1.ogg differ diff --git a/GainStation13/sound/voice/barks/lizard.ogg b/GainStation13/sound/voice/barks/lizard.ogg new file mode 100644 index 0000000000..48638b0f23 Binary files /dev/null and b/GainStation13/sound/voice/barks/lizard.ogg differ diff --git a/GainStation13/sound/voice/barks/meow1.ogg b/GainStation13/sound/voice/barks/meow1.ogg new file mode 100644 index 0000000000..be9393d7d6 Binary files /dev/null and b/GainStation13/sound/voice/barks/meow1.ogg differ diff --git a/GainStation13/sound/voice/barks/moth/mothchitter2.ogg b/GainStation13/sound/voice/barks/moth/mothchitter2.ogg new file mode 100644 index 0000000000..07619ba143 Binary files /dev/null and b/GainStation13/sound/voice/barks/moth/mothchitter2.ogg differ diff --git a/GainStation13/sound/voice/barks/mothsqueak.ogg b/GainStation13/sound/voice/barks/mothsqueak.ogg new file mode 100644 index 0000000000..5a345df09d Binary files /dev/null and b/GainStation13/sound/voice/barks/mothsqueak.ogg differ diff --git a/GainStation13/sound/voice/barks/pug.ogg b/GainStation13/sound/voice/barks/pug.ogg new file mode 100644 index 0000000000..86d50225a5 Binary files /dev/null and b/GainStation13/sound/voice/barks/pug.ogg differ diff --git a/GainStation13/sound/voice/barks/pugg.ogg b/GainStation13/sound/voice/barks/pugg.ogg new file mode 100644 index 0000000000..90fa070e8b Binary files /dev/null and b/GainStation13/sound/voice/barks/pugg.ogg differ diff --git a/GainStation13/sound/voice/barks/radio.ogg b/GainStation13/sound/voice/barks/radio.ogg new file mode 100644 index 0000000000..0dcb87214f Binary files /dev/null and b/GainStation13/sound/voice/barks/radio.ogg differ diff --git a/GainStation13/sound/voice/barks/radio2.ogg b/GainStation13/sound/voice/barks/radio2.ogg new file mode 100644 index 0000000000..a9364857a5 Binary files /dev/null and b/GainStation13/sound/voice/barks/radio2.ogg differ diff --git a/GainStation13/sound/voice/barks/radio_ai.ogg b/GainStation13/sound/voice/barks/radio_ai.ogg new file mode 100644 index 0000000000..97eaf17417 Binary files /dev/null and b/GainStation13/sound/voice/barks/radio_ai.ogg differ diff --git a/GainStation13/sound/voice/barks/roach.ogg b/GainStation13/sound/voice/barks/roach.ogg new file mode 100644 index 0000000000..1bc765fa98 Binary files /dev/null and b/GainStation13/sound/voice/barks/roach.ogg differ diff --git a/GainStation13/sound/voice/barks/skelly.ogg b/GainStation13/sound/voice/barks/skelly.ogg new file mode 100644 index 0000000000..b8e1a2921a Binary files /dev/null and b/GainStation13/sound/voice/barks/skelly.ogg differ diff --git a/GainStation13/sound/voice/barks/speak_1.ogg b/GainStation13/sound/voice/barks/speak_1.ogg new file mode 100644 index 0000000000..ab8ddde4a6 Binary files /dev/null and b/GainStation13/sound/voice/barks/speak_1.ogg differ diff --git a/GainStation13/sound/voice/barks/speak_2.ogg b/GainStation13/sound/voice/barks/speak_2.ogg new file mode 100644 index 0000000000..a8c9444a52 Binary files /dev/null and b/GainStation13/sound/voice/barks/speak_2.ogg differ diff --git a/GainStation13/sound/voice/barks/speak_3.ogg b/GainStation13/sound/voice/barks/speak_3.ogg new file mode 100644 index 0000000000..33ec079b84 Binary files /dev/null and b/GainStation13/sound/voice/barks/speak_3.ogg differ diff --git a/GainStation13/sound/voice/barks/speak_4.ogg b/GainStation13/sound/voice/barks/speak_4.ogg new file mode 100644 index 0000000000..6de26114ae Binary files /dev/null and b/GainStation13/sound/voice/barks/speak_4.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_alphys.ogg b/GainStation13/sound/voice/barks/undertale/voice_alphys.ogg new file mode 100644 index 0000000000..5b136e8f90 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_alphys.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_asgore.ogg b/GainStation13/sound/voice/barks/undertale/voice_asgore.ogg new file mode 100644 index 0000000000..e823a486cc Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_asgore.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_flowey_1.ogg b/GainStation13/sound/voice/barks/undertale/voice_flowey_1.ogg new file mode 100644 index 0000000000..86d00963a3 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_flowey_1.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_flowey_2.ogg b/GainStation13/sound/voice/barks/undertale/voice_flowey_2.ogg new file mode 100644 index 0000000000..8c06e29d21 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_flowey_2.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_1.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_1.ogg new file mode 100644 index 0000000000..1301f1fabd Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_1.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_2.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_2.ogg new file mode 100644 index 0000000000..e6fa2fd4d5 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_2.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_3.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_3.ogg new file mode 100644 index 0000000000..1d6bc2cfc6 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_3.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_4.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_4.ogg new file mode 100644 index 0000000000..047d33aa37 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_4.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_5.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_5.ogg new file mode 100644 index 0000000000..e5d2e73970 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_5.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_6.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_6.ogg new file mode 100644 index 0000000000..85211ad135 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_6.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_gaster_7.ogg b/GainStation13/sound/voice/barks/undertale/voice_gaster_7.ogg new file mode 100644 index 0000000000..ad584a52e6 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_gaster_7.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_metta_1.ogg b/GainStation13/sound/voice/barks/undertale/voice_metta_1.ogg new file mode 100644 index 0000000000..0d4acf2b63 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_metta_1.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_monster1.ogg b/GainStation13/sound/voice/barks/undertale/voice_monster1.ogg new file mode 100644 index 0000000000..94f109c305 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_monster1.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_monster2.ogg b/GainStation13/sound/voice/barks/undertale/voice_monster2.ogg new file mode 100644 index 0000000000..baec7392ec Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_monster2.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_papyrus.ogg b/GainStation13/sound/voice/barks/undertale/voice_papyrus.ogg new file mode 100644 index 0000000000..3a69144f38 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_papyrus.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_ralsei.ogg b/GainStation13/sound/voice/barks/undertale/voice_ralsei.ogg new file mode 100644 index 0000000000..ee7dbb2513 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_ralsei.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_sans.ogg b/GainStation13/sound/voice/barks/undertale/voice_sans.ogg new file mode 100644 index 0000000000..7ccfe7b978 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_sans.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_susie.ogg b/GainStation13/sound/voice/barks/undertale/voice_susie.ogg new file mode 100644 index 0000000000..bfe3552bb3 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_susie.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_temmie.ogg b/GainStation13/sound/voice/barks/undertale/voice_temmie.ogg new file mode 100644 index 0000000000..6e1b72dee2 Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_temmie.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_toriel.ogg b/GainStation13/sound/voice/barks/undertale/voice_toriel.ogg new file mode 100644 index 0000000000..326d1c2f9c Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_toriel.ogg differ diff --git a/GainStation13/sound/voice/barks/undertale/voice_undyne.ogg b/GainStation13/sound/voice/barks/undertale/voice_undyne.ogg new file mode 100644 index 0000000000..eebf78fb2f Binary files /dev/null and b/GainStation13/sound/voice/barks/undertale/voice_undyne.ogg differ diff --git a/tgstation.dme b/tgstation.dme index 9c62457f8c..faf117b01d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3909,6 +3909,7 @@ #include "GainStation13\code\clothing\haydee_suit.dm" #include "GainStation13\code\clothing\head.dm" #include "GainStation13\code\clothing\suits.dm" +#include "GainStation13\code\datums\bark.dm" #include "GainStation13\code\datums\components\fattening_door.dm" #include "GainStation13\code\datums\diseases\advance\symptoms\berry.dm" #include "GainStation13\code\datums\mutations\fatfang.dm"