Allow optional specification of a locations bits.
[naja.git] / data / location_decks / test.yaml
index 42a3d0004cd730cdff1dd700a5f945688775e211..a2a6e496a5c3a00a18598bd8d752a2169ae6e42e 100644 (file)
@@ -44,3 +44,7 @@ cards:
     - action_class: 'ShiftLocations'
       required_bits: [GREEN, BLUE]
       data: {'direction': NORTH}
+  - bits: [RED, GREEN]  # colour-blind robot!
+    actions:
+    - action_class: 'ToggleBits'
+      required_bits: [GREEN]
\ No newline at end of file