From 0fe6e22fb1f1668ab09045f806f30b949ef6bc8f Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 9 Feb 2021 20:23:15 +0200 Subject: [PATCH 1/3] Merge pull request #9463 from KillianKirilenko/kk-misc Add/Restore Rain Ambience --- code/modules/planet/virgo3b_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/planet/virgo3b_vr.dm b/code/modules/planet/virgo3b_vr.dm index 791841aca7..ad24827115 100644 --- a/code/modules/planet/virgo3b_vr.dm +++ b/code/modules/planet/virgo3b_vr.dm @@ -265,6 +265,8 @@ var/datum/planet/virgo3b/planet_virgo3b = null transition_messages = list( "The sky is dark, and rain falls down upon you." ) + outdoor_sounds_type = /datum/looping_sound/weather/rain + indoor_sounds_type = /datum/looping_sound/weather/rain/indoors /datum/weather/virgo3b/rain/process_effects() ..() @@ -310,6 +312,8 @@ var/datum/planet/virgo3b/planet_virgo3b = null "Loud thunder is heard in the distance.", "A bright flash heralds the approach of a storm." ) + outdoor_sounds_type = /datum/looping_sound/weather/rain + indoor_sounds_type = /datum/looping_sound/weather/rain/indoors transition_chances = list( From 72ba1d42b82e032c16861c43170bf10b90bfc2c0 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Tue, 9 Feb 2021 19:13:05 -0700 Subject: [PATCH 3/3] Restore sif's rain Lets see if this is any good. All we had to do was uncomment it. --- code/modules/planet/sif.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/planet/sif.dm b/code/modules/planet/sif.dm index 921142812d..e3f0b31810 100644 --- a/code/modules/planet/sif.dm +++ b/code/modules/planet/sif.dm @@ -278,8 +278,8 @@ var/datum/planet/sif/planet_sif = null transition_messages = list( "The sky is dark, and rain falls down upon you." ) -// outdoor_sounds_type = /datum/looping_sound/weather/rain -// indoor_sounds_type = /datum/looping_sound/weather/rain/indoors + outdoor_sounds_type = /datum/looping_sound/weather/rain + indoor_sounds_type = /datum/looping_sound/weather/rain/indoors /datum/weather/sif/rain/process_effects() ..() @@ -327,8 +327,8 @@ var/datum/planet/sif/planet_sif = null "Loud thunder is heard in the distance.", "A bright flash heralds the approach of a storm." ) -// outdoor_sounds_type = /datum/looping_sound/weather/rain -// indoor_sounds_type = /datum/looping_sound/weather/rain/indoors + outdoor_sounds_type = /datum/looping_sound/weather/rain + indoor_sounds_type = /datum/looping_sound/weather/rain/indoors transition_chances = list(