mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-03 01:32:13 +08:00
fix music not starting on arrival when fire is dead
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ var Room = {
|
|||||||
_STOKE_COOLDOWN: 10, // cooldown to stoke the fire
|
_STOKE_COOLDOWN: 10, // cooldown to stoke the fire
|
||||||
_NEED_WOOD_DELAY: 15 * 1000, // from when the stranger shows up, to when you need wood
|
_NEED_WOOD_DELAY: 15 * 1000, // from when the stranger shows up, to when you need wood
|
||||||
buttons: {},
|
buttons: {},
|
||||||
currentFireMusic: 0,
|
currentFireMusic: null,
|
||||||
Craftables: {
|
Craftables: {
|
||||||
'trap': {
|
'trap': {
|
||||||
name: _('trap'),
|
name: _('trap'),
|
||||||
|
|||||||
Reference in New Issue
Block a user