summaryrefslogtreecommitdiff
path: root/tui/tui.py
diff options
context:
space:
mode:
Diffstat (limited to 'tui/tui.py')
-rw-r--r--tui/tui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui/tui.py b/tui/tui.py
index d884766..8521227 100644
--- a/tui/tui.py
+++ b/tui/tui.py
@@ -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)