From 390d0ffe510ebaf1fffc7150ec846f9a5b150c84 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Mon, 22 Jul 2024 08:27:53 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/game.py b/cromulant/game.py index 47d2c6e..9d8f91b 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -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":