Mods
This commit is contained in:
parent
9882526a16
commit
390d0ffe51
|
@ -242,7 +242,7 @@ class Game:
|
||||||
if mode == "all":
|
if mode == "all":
|
||||||
opts = Method.opts_all()
|
opts = Method.opts_all()
|
||||||
# Make sentence more probable
|
# Make sentence more probable
|
||||||
opts.extend([101, 102])
|
opts.extend([100, 101, 102])
|
||||||
elif mode == "score":
|
elif mode == "score":
|
||||||
opts = Method.opts_score()
|
opts = Method.opts_score()
|
||||||
elif mode == "travel":
|
elif mode == "travel":
|
||||||
|
|
Loading…
Reference in New Issue