This commit is contained in:
Auric Vente
2024-07-22 08:32:00 -06:00
parent 390d0ffe51
commit 3fa72e76a0

View File

@@ -241,8 +241,6 @@ class Game:
if mode == "all":
opts = Method.opts_all()
# Make sentence more probable
opts.extend([100, 101, 102])
elif mode == "score":
opts = Method.opts_score()
elif mode == "travel":