From 5c8bad2b02d2888c3b1cffacc2db3a26a3709a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 19 Dec 2022 18:28:21 +0100 Subject: [PATCH] Improve magic ball answers --- .../hidekobot/commands/message/MagicBallCommand.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/wtf/beatrice/hidekobot/commands/message/MagicBallCommand.java b/src/main/java/wtf/beatrice/hidekobot/commands/message/MagicBallCommand.java index 83913e3..78a2391 100644 --- a/src/main/java/wtf/beatrice/hidekobot/commands/message/MagicBallCommand.java +++ b/src/main/java/wtf/beatrice/hidekobot/commands/message/MagicBallCommand.java @@ -19,20 +19,20 @@ public class MagicBallCommand implements MessageCommand Arrays.asList("It is certain.", "It is decidedly so.", "Without a doubt.", - "Yes definitely.", + "Yes, definitely.", "You may rely on it.", "As I see it, yes.", "Most likely.", - "Outlook good.", + "Looks like it.", "Yes.", "Signs point to yes.", "Reply hazy, try again.", "Ask again later.", "Better not tell you now.", - "Cannot predict now.", + "Seems uncertain.", "Concentrate and ask again.", "Don't count on it.", - "My reply is no.", + "My answer is no.", "My sources say no.", "Outlook not so good.", "Very doubtful."));