add outline of ship sounds

This commit is contained in:
jorsi
2020-05-29 19:13:28 -04:00
parent 221a97035c
commit d951755f4c
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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);
},