From 96614ef95141e8d6e61b3fe7cd5f8d9e7f5b7a80 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 22:17:56 +0200 Subject: [PATCH] Add bits to introduction. --- data/location_decks/introduction.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/location_decks/introduction.yaml b/data/location_decks/introduction.yaml index 95b37ad..e1011f0 100644 --- a/data/location_decks/introduction.yaml +++ b/data/location_decks/introduction.yaml @@ -86,7 +86,7 @@ _action_definitions: - &STEP5-CARD card_name: 'step5' - bits: [] + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP5-ACTION-BLUE - *STEP5-ACTION-DEFAULT @@ -109,7 +109,7 @@ _action_definitions: - &STEP6-CARD card_name: 'step6' - bits: [BLUE] + bits: [NORTH, SOUTH, EAST, WEST, BLUE] actions: - *STEP6-ACTION-RED - *STEP6-ACTION-DEFAULT @@ -177,6 +177,7 @@ _action_definitions: - &STEP11-CARD card_name: 'step11' + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP11-ACTION @@ -190,6 +191,7 @@ _action_definitions: - &STEP12-CARD card_name: 'step12' + bits: [NORTH, SOUTH, EAST, WEST] actions: - *STEP12-ACTION @@ -202,6 +204,7 @@ _action_definitions: - &STEP13-CARD card_name: 'step13' + bits: [EAST, NORTH, SOUTH, WEST] actions: - *STEP13-ACTION -- 2.34.1