From 9fc7e6449947489e0f7cabc9588e0149c8356f0c Mon Sep 17 00:00:00 2001 From: willyb321 Date: Mon, 1 Apr 2019 04:38:43 +1100 Subject: [PATCH] final tweaks --- src/index.ejs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index 0e9dade0..0655102a 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -73,7 +73,8 @@ 'Remember, shield boosters increase skill!', 'Remember, B rated drives offer greater speed!', '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) { // do anything with the loaded agent agent.show(); @@ -81,10 +82,8 @@ setInterval(() => { agent.animate(); const toSpeak = advice[Math.random() * advice.length >> 0]; - console.log(advice); - console.log(toSpeak); agent.speak(toSpeak); - }, (10000)); + }, (20000)); setInterval(() => { agent.animate(); agent.speak('@everyone FDL. :pray:');