From 37689c711c7d624d12ccffe379036cc96fb61150 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 20:57:08 +0200 Subject: [PATCH] Use GenericBits's super cow powers. --- data/location_decks/puzzles/chess.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/location_decks/puzzles/chess.yaml b/data/location_decks/puzzles/chess.yaml index 2fc0ac6..eeeb011 100644 --- a/data/location_decks/puzzles/chess.yaml +++ b/data/location_decks/puzzles/chess.yaml @@ -11,9 +11,12 @@ _card_definitions: required_bits: [] data: chesspiece: BISHOP - - action_class: AcquireWinToken + - action_class: GenericBits required_bits: [RED, GREEN, BLUE] data: + clear: [NORTH, SOUTH, EAST, WEST, RED, GREEN, BLUE, MSB] + acquire_win: true + lose_health: true once: true - &CHESS-WIN-CARD-CASTLE card_name: 'chess-win-rook' -- 2.34.1