From 7894d452b28e9e21a151ff1ac68ac512c1c16f8a Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 21:01:32 +0200 Subject: [PATCH] Remove unnecessary quotes. --- data/location_decks/puzzles/chess.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/location_decks/puzzles/chess.yaml b/data/location_decks/puzzles/chess.yaml index eeeb011..d98e400 100644 --- a/data/location_decks/puzzles/chess.yaml +++ b/data/location_decks/puzzles/chess.yaml @@ -52,22 +52,22 @@ _card_definitions: - &TEST-BORING card_name: 'test-boring' actions: - - action_class: 'DoNothing' + - action_class: DoNothing required_bits: [] - &CHESS-CENTRE card_name: 'chess-centre' bits: [NORTH, SOUTH, EAST, WEST] actions: - - action_class: 'SetBits' + - action_class: SetBits required_bits: [] - - action_class: 'AllowChessMove' + - action_class: AllowChessMove data: {'chesspiece': BISHOP} required_bits: [RED, GREEN, BLUE, MSB] - &CHESS-NORTH card_name: 'chess-north' bits: [NORTH, EAST, WEST, RED] actions: - - action_class: 'GenericBits' + - action_class: GenericBits required_bits: [] data: toggle: [RED] @@ -76,7 +76,7 @@ _card_definitions: card_name: 'chess-south' bits: [SOUTH, EAST, WEST, RED, GREEN] actions: - - action_class: 'GenericBits' + - action_class: GenericBits required_bits: [] data: toggle: [RED, GREEN] @@ -85,7 +85,7 @@ _card_definitions: card_name: 'chess-east' bits: [NORTH, SOUTH, EAST, RED, BLUE] actions: - - action_class: 'GenericBits' + - action_class: GenericBits required_bits: [] data: toggle: [RED, BLUE] @@ -95,7 +95,7 @@ _card_definitions: card_name: 'chess-west' bits: [NORTH, SOUTH, WEST, BLUE, MSB] actions: - - action_class: 'GenericBits' + - action_class: GenericBits required_bits: [] data: toggle: [BLUE, MSB] -- 2.34.1