All puzzles to have cards without default actions.
[naja.git] / naja / widgets / info_area.py
index e5ee88c9e875160a4eed586c0e3610d0e5ce0aa3..7dbef1b70c226402303d15e3d4fdb553a029c066 100644 (file)
@@ -138,7 +138,7 @@ class InfoAreaWidget(Widget):
                               [(x_offset, y_offset), (right, y_offset),
                                (right, bottom), (x_offset, bottom)], 4)
 
-        if action.required_bits:
+        if action.required_bits in BIT_MAP:
             img_name = BIT_MAP[action.required_bits].replace(
                 '.png', '_small.png')
             img = resources.get_image(img_name,