final tweaks

This commit is contained in:
willyb321
2019-04-01 04:38:43 +11:00
parent 6223908020
commit 9fc7e64499

View File

@@ -73,7 +73,8 @@
'Remember, shield boosters increase skill!', 'Remember, shield boosters increase skill!',
'Remember, B rated drives offer greater speed!', 'Remember, B rated drives offer greater speed!',
'Point directly into the jet cone and full throttle for optimal FSD boost.', 'Point directly into the jet cone and full throttle for optimal FSD boost.',
'Raxxla can only be found in open play.']; 'Raxxla can only be found in open play.',
'Try silent running when under focus to drop aggro, and reboot when your opponents lose sight of you!'];
clippy.load('Clippy', function(agent) { clippy.load('Clippy', function(agent) {
// do anything with the loaded agent // do anything with the loaded agent
agent.show(); agent.show();
@@ -81,10 +82,8 @@
setInterval(() => { setInterval(() => {
agent.animate(); agent.animate();
const toSpeak = advice[Math.random() * advice.length >> 0]; const toSpeak = advice[Math.random() * advice.length >> 0];
console.log(advice);
console.log(toSpeak);
agent.speak(toSpeak); agent.speak(toSpeak);
}, (10000)); }, (20000));
setInterval(() => { setInterval(() => {
agent.animate(); agent.animate();
agent.speak('@everyone FDL. :pray:'); agent.speak('@everyone FDL. :pray:');