Remove unnecessary quotes.
authorSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 19:01:32 +0000 (21:01 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 19:01:32 +0000 (21:01 +0200)
data/location_decks/puzzles/chess.yaml

index eeeb0110c760b04be0dfd832fa672d2bee67ed9e..d98e400fdfe1524a6c203b53827ef384a33e0c08 100644 (file)
@@ -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]