It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Description
The taverns background music doesnt obey the options volume slider for music/SFX.

Fix
renpy.music.register_channel('sounds/tavern.wav')
->
renpy.music.register_channel('sounds/tavern.wav', "music", True)
avatar
Tstone117: Description
The taverns background music doesnt obey the options volume slider for music/SFX.

Fix
renpy.music.register_channel('sounds/tavern.wav')
->
renpy.music.register_channel('sounds/tavern.wav', "music", True)
Fixed.