Skip to content

Commit

Permalink
fix music not starting on arrival when fire is dead
Browse files Browse the repository at this point in the history
  • Loading branch information
orsi committed May 31, 2020
1 parent d3f1d9c commit 1d4f48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Room = {
_STOKE_COOLDOWN: 10, // cooldown to stoke the fire
_NEED_WOOD_DELAY: 15 * 1000, // from when the stranger shows up, to when you need wood
buttons: {},
currentFireMusic: 0,
currentFireMusic: null,
Craftables: {
'trap': {
name: _('trap'),
Expand Down

0 comments on commit 1d4f48b

Please sign in to comment.