More 8ball answers.

This commit is contained in:
dngfx 2018-09-08 17:19:52 +01:00 committed by dongfix
parent 2efbf7ec7e
commit 03b41c3d49

View file

@ -19,7 +19,13 @@ CHOICES = [
"It is certain",
"Naturally",
"Reply hazy, try again later",
Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME")
Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME"),
"Hmm... Could be!",
"I'm leaning towards no",
"Without a doubt",
"Sources say no",
"Sources say yes",
"Sources say maybe"
]
class Module(object):