diff options
Diffstat (limited to 'tui/tui.py')
-rw-r--r-- | tui/tui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ class Tui(): x = len(matrix)-1 case Action.HINT: if self.bot is not None: - return (Action.BOMB, 0, 0) + return self.bot.hint(matrix, x, y) self.draw_matrix(matrix, x, y) |