mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
New weather: Extreme Monsoon (#8704)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
// CHOMPEdit End: Replace Rain sounds with something not-garbage.
|
||||
/datum/looping_sound/weather/rain/indoors
|
||||
volume = 20
|
||||
|
||||
|
||||
// CHOMPEdit Start: Proper storm sounds!
|
||||
/datum/looping_sound/weather/storm
|
||||
mid_sounds = list(
|
||||
@@ -99,4 +99,28 @@
|
||||
// CHOMPEdit End: Proper storm sounds!
|
||||
|
||||
/datum/looping_sound/weather/storm/indoors
|
||||
volume = 20
|
||||
volume = 20
|
||||
//CHOMPEDIT start
|
||||
/datum/looping_sound/weather/rainrumble
|
||||
mid_sounds = 'sound/effects/weather/downpour/rainrumble.ogg'
|
||||
mid_length = 35 SECONDS
|
||||
|
||||
/datum/looping_sound/weather/rainrumble/indoors
|
||||
volume = 30
|
||||
|
||||
/datum/looping_sound/weather/rainheavy
|
||||
mid_sounds = list(
|
||||
'sound/effects/weather/downpour/rainheavy.ogg' = 1,
|
||||
'sound/effects/weather/downpour/rainheavy2.ogg' = 1
|
||||
)
|
||||
mid_length = 35 SECONDS
|
||||
|
||||
/datum/looping_sound/weather/rainextreme
|
||||
mid_sounds = 'sound/effects/weather/downpour/rainextreme.ogg'
|
||||
mid_length = 37 SECONDS
|
||||
volume = 80
|
||||
|
||||
/datum/looping_sound/weather/rainindoors
|
||||
mid_sounds = 'sound/effects/weather/downpour/rainindoors.ogg'
|
||||
mid_length = 24 SECONDS
|
||||
//CHOMPEDIT end
|
||||
|
||||
Reference in New Issue
Block a user