This commit is contained in:
Auric Vente 2024-07-22 08:27:53 -06:00
parent 9882526a16
commit 390d0ffe51
1 changed files with 1 additions and 1 deletions

View File

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