diff --git a/audio/ship.wav b/audio/ship.wav new file mode 100644 index 0000000..b51da6d Binary files /dev/null and b/audio/ship.wav differ diff --git a/script/ship.js b/script/ship.js index 762266a..d0ca682 100644 --- a/script/ship.js +++ b/script/ship.js @@ -7,7 +7,6 @@ var Ship = { ALLOY_PER_THRUSTER: 1, BASE_HULL: 0, BASE_THRUSTERS: 1, - currentMusic: 0, MUSIC: { 0: '/audio/ship.wav' @@ -100,6 +99,7 @@ var Ship = { Notifications.notify(Ship, _('somewhere above the debris cloud, the wanderer fleet hovers. been on this rock too long.')); $SM.set('game.spaceShip.seenShip', true); } + Ship.setMusic(); Engine.moveStoresView(null, transition_diff); },