Skip to content

Commit

Permalink
Merge pull request #110 from Quad-City-Ballers/master
Browse files Browse the repository at this point in the history
Makes toggle ship ambience clear secondary channel
  • Loading branch information
BigSlice committed Apr 4, 2018
2 parents 8fb64cc + 0a4c069 commit 5a95bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/client/preferences_toggles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
else
src << "You will no longer hear ship ambience."
src << sound(null, repeat = 0, wait = 0, volume = 0, channel = 2)
src << sound(null, repeat = 0, wait = 0, volume = 0, channel = 1)
src.ambience_playing = 0
feedback_add_details("admin_verb", "SAmbi") //If you are copy-pasting this, I bet you read this comment expecting to see the same thing :^)

Expand Down

0 comments on commit 5a95bca

Please sign in to comment.