Moving the Mountain.
[naja.git] / naja / constants.py
index 2f8d3790245186852e93dcf60771e17b9a6887da..7dbd9696d67fce27a0ed1d15756e4f2ff6e72dad 100644 (file)
@@ -155,3 +155,10 @@ TUNES = (
     'scape.ogg',
     'another_beek.ogg',
 )
+
+# Puzzles, because resources can't give us file lists
+PUZZLES = (
+    'chess',
+    'marathon',
+    'belts',
+)