This commit is contained in:
Auric Vente 2024-07-22 08:32:00 -06:00
parent 390d0ffe51
commit 3fa72e76a0
1 changed files with 0 additions and 2 deletions

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":