summaryrefslogtreecommitdiff
path: root/board/static.py
diff options
context:
space:
mode:
Diffstat (limited to 'board/static.py')
-rw-r--r--board/static.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/static.py b/board/static.py
index 5d4b4ba..4804ded 100644
--- a/board/static.py
+++ b/board/static.py
@@ -20,8 +20,8 @@ class Tile(IntEnum):
SIX = 6
SEVEN = 7
EIGHT = 8
- BOMB = 9
- FLAG_BOMB = 10
+ MINE = 9
+ FLAG_MINE = 10
FLAG_FREE = 11
UNOPENED = 12
FLAG_UNKNOWN = 13