From 0fe6e22fb1f1668ab09045f806f30b949ef6bc8f Mon Sep 17 00:00:00 2001 From: Verkister Date: Tue, 9 Feb 2021 20:23:15 +0200 Subject: [PATCH] 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(