Skip to content

Commit

Permalink
Merge pull request #129 from Spefo/COOLERguy
Browse files Browse the repository at this point in the history
Ports new bloopers (MODULAR)
  • Loading branch information
SynthTwo authored Nov 22, 2024
2 parents b90535c + 425a144 commit acffa84
Show file tree
Hide file tree
Showing 25 changed files with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions modular_iris/code/modules/blooper/bark_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,113 @@
name = "Chittery"
id = "chitter2"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/moth/mothchitter2.ogg'

/datum/blooper/wilson
name = "Wilson"
id = "wilson"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/dont_starve/wilson.ogg'

/datum/blooper/wolfgang
name = "Wolfgang"
id = "wolfgang"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/dont_starve/wolfgang.ogg'

/datum/blooper/woodie
name = "Woodie"
id = "woodie"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/dont_starve/woodie.ogg'

/datum/blooper/wurt
name = "Wurt"
id = "wurt"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/dont_starve/wurt.ogg'

/datum/blooper/wx78
name = "Wx78"
id = "wx78"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/dont_starve/wx78.ogg'

/datum/blooper/birdwhistle
name = "Bird Whistle"
id = "birdwhistle"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/birdwhistle.ogg'

/datum/blooper/birdwhistle2
name = "Bird Whistle 2"
id = "birdwhistle2"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/birdwhistle2.ogg'

/datum/blooper/caw2
name = "Caw 2"
id = "caw2"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/caw2.ogg'

/datum/blooper/caw3
name = "Caw 3"
id = "caw3"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/caw3.ogg'

/datum/blooper/dwoop
name = "Dwoop"
id = "dwoop"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/dwoop.ogg'

/datum/blooper/ehh
name = "Ehh"
id = "ehh"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ehh.ogg'

/datum/blooper/ehh2
name = "Ehh 2"
id = "ehh2"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ehh2.ogg'

/datum/blooper/ehh3
name = "Ehh 3"
id = "ehh3"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ehh3.ogg'

/datum/blooper/ehh4
name = "Ehh 4"
id = "ehh 4"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ehh4.ogg'

/datum/blooper/ehh5
name = "Ehh 5"
id = "ehh5"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ehh5.ogg'

/datum/blooper/faucet
name = "Faucet"
id = "faucet"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/faucet.ogg'

/datum/blooper/faucet2
name = "Faucet 2"
id = "faucet2"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/faucet2.ogg'

/datum/blooper/hoot
name = "Hoot"
id = "hoot"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/hoot.ogg'

/datum/blooper/ribbit
name = "Ribbit"
id = "ribbit"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/ribbit.ogg'

/datum/blooper/tweet
name = "tweet"
id = "tweet"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/tweet.ogg'

/datum/blooper/uhm
name = "Uhm"
id = "uhm"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/uhm.ogg'

/datum/blooper/wurble1
name = "Wurble"
id = "wurble1"
soundpath = 'modular_iris/code/modules/blooper/voice/bloopers/kazooie/wurble1.ogg'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit acffa84

Please sign in to comment.