From 1d4f48b46488b48e6c849a763aea0d61480c338c Mon Sep 17 00:00:00 2001 From: jorsi Date: Sun, 31 May 2020 14:02:23 -0400 Subject: [PATCH] fix music not starting on arrival when fire is dead --- script/room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/room.js b/script/room.js index 95ce813..8827505 100644 --- a/script/room.js +++ b/script/room.js @@ -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'),