X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Flocation_decks%2Fpuzzles%2Fchess.yaml;h=364de026389bdc849d63684592eef466674d20fb;hb=232e58a7d1432a6d3d13001c5675e64c5cccd982;hp=8d8da1d87f43b59826cdbf3bbbb6bfe3f00ce962;hpb=b4236908fd8b6e89dccb815f86329fa4c27fc9d9;p=naja.git diff --git a/data/location_decks/puzzles/chess.yaml b/data/location_decks/puzzles/chess.yaml index 8d8da1d..364de02 100644 --- a/data/location_decks/puzzles/chess.yaml +++ b/data/location_decks/puzzles/chess.yaml @@ -27,8 +27,11 @@ _card_definitions: card_name: 'chess-north' bits: [NORTH, EAST, WEST, RED] actions: - - action_class: 'ToggleBits' - required_bits: [NORTH] + - action_class: 'GenericBits' + required_bits: [] + data: + toggle: [RED] + clear: [NORTH, EAST, WEST] - &CHESS-SOUTH card_name: 'chess-south' bits: [SOUTH, EAST, WEST, RED, GREEN]