Skip to content

Commit

Permalink
The "weather" sound mixer volume now actually affects weather. (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored May 29, 2024
1 parent 5cf3489 commit 487a194
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions monkestation/code/datums/looping_sounds/weather.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/datum/looping_sound/active_outside_ashstorm
channel = CHANNEL_WEATHER

/datum/looping_sound/active_inside_ashstorm
channel = CHANNEL_WEATHER

/datum/looping_sound/weak_outside_ashstorm
channel = CHANNEL_WEATHER

/datum/looping_sound/weak_inside_ashstorm
channel = CHANNEL_WEATHER

/datum/looping_sound/void_loop
channel = CHANNEL_WEATHER
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5741,6 +5741,7 @@
#include "monkestation\code\datums\keybinding\carbon.dm"
#include "monkestation\code\datums\keybinding\communication.dm"
#include "monkestation\code\datums\keybinding\living.dm"
#include "monkestation\code\datums\looping_sounds\weather.dm"
#include "monkestation\code\datums\mind\_mind.dm"
#include "monkestation\code\datums\quirks\negative_quirks.dm"
#include "monkestation\code\datums\quirks\neutral_quirks.dm"
Expand Down

0 comments on commit 487a194

Please sign in to comment.