mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
New space ambient track (#76547)
## About The Pull Request Adds a new space ambient track made by me to the game, supposed to be a bit scarier than the others that were recently added as I feel that they're a bit too happy (not to diss I really like them), also cleaned up a bit of ambience.dm as the medical portion of it didn't follow the same rules as the other ones. also also this will only be used for tgstation so license wise I think this is CC BY-SA 3.0 but I'm not sure so correct me if I'm wrong, also this is my first PR so yeah. Here's a link to listen to the track https://voca.ro/18WvrGORDDdR ## Why It's Good For The Game Variety is the spice of life. ## Changelog 🆑 sound: A new ambient track will now play in space /🆑
This commit is contained in:
@@ -76,7 +76,9 @@ GLOBAL_LIST_INIT(mining_ambience,list(
|
||||
'sound/ambience/ambiruin7.ogg',
|
||||
))
|
||||
|
||||
GLOBAL_LIST_INIT(medical_ambience,list('sound/ambience/ambinice.ogg'))
|
||||
GLOBAL_LIST_INIT(medical_ambience,list(
|
||||
'sound/ambience/ambinice.ogg',
|
||||
))
|
||||
|
||||
GLOBAL_LIST_INIT(virology_ambience,list(
|
||||
'sound/ambience/ambiviro.ogg',
|
||||
@@ -100,6 +102,7 @@ GLOBAL_LIST_INIT(space_ambience,list(
|
||||
'sound/ambience/ambispace3.ogg',
|
||||
'sound/ambience/ambispace4.ogg',
|
||||
'sound/ambience/ambispace5.ogg',
|
||||
'sound/ambience/ambispace6.ogg',
|
||||
'sound/ambience/title2.ogg',
|
||||
))
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user