Improve magic ball answers
This commit is contained in:
parent
a030821197
commit
8f4f341aab
@ -19,20 +19,20 @@ public class MagicBallCommand implements MessageCommand
|
|||||||
Arrays.asList("It is certain.",
|
Arrays.asList("It is certain.",
|
||||||
"It is decidedly so.",
|
"It is decidedly so.",
|
||||||
"Without a doubt.",
|
"Without a doubt.",
|
||||||
"Yes definitely.",
|
"Yes, definitely.",
|
||||||
"You may rely on it.",
|
"You may rely on it.",
|
||||||
"As I see it, yes.",
|
"As I see it, yes.",
|
||||||
"Most likely.",
|
"Most likely.",
|
||||||
"Outlook good.",
|
"Looks like it.",
|
||||||
"Yes.",
|
"Yes.",
|
||||||
"Signs point to yes.",
|
"Signs point to yes.",
|
||||||
"Reply hazy, try again.",
|
"Reply hazy, try again.",
|
||||||
"Ask again later.",
|
"Ask again later.",
|
||||||
"Better not tell you now.",
|
"Better not tell you now.",
|
||||||
"Cannot predict now.",
|
"Seems uncertain.",
|
||||||
"Concentrate and ask again.",
|
"Concentrate and ask again.",
|
||||||
"Don't count on it.",
|
"Don't count on it.",
|
||||||
"My reply is no.",
|
"My answer is no.",
|
||||||
"My sources say no.",
|
"My sources say no.",
|
||||||
"Outlook not so good.",
|
"Outlook not so good.",
|
||||||
"Very doubtful."));
|
"Very doubtful."));
|
||||||
|
Loading…
Reference in New Issue
Block a user