mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #9463 from KillianKirilenko/kk-misc
Add/Restore Rain Ambience
This commit is contained in:
committed by
Chompstation Bot
parent
26d1ac519a
commit
0fe6e22fb1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user