mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
final tweaks
This commit is contained in:
@@ -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:');
|
||||||
|
|||||||
Reference in New Issue
Block a user