X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;ds=sidebyside;f=naja%2Fconstants.py;h=0388d43303c26ae37981a6a5816aa3198aa64389;hb=2adfd2622a4b49cf31f7b9b0e564beb5a4afb040;hp=2f8d3790245186852e93dcf60771e17b9a6887da;hpb=7eef2f704881eea7975ab98070d1b8922f080664;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index 2f8d379..0388d43 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -155,3 +155,9 @@ TUNES = ( 'scape.ogg', 'another_beek.ogg', ) + +# Puzzles, because resources can't give us file lists +PUZZLES = ( + 'chess', + 'marathon' +)