From bb309cee2c28dcd3c30692c22a187374c275004c Mon Sep 17 00:00:00 2001 From: adrianna Date: Sat, 17 May 2014 23:43:35 +0200 Subject: [PATCH] removed Carrot commas --- data/location_decks/introduction.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/location_decks/introduction.yaml b/data/location_decks/introduction.yaml index 2c235e6..721c55c 100644 --- a/data/location_decks/introduction.yaml +++ b/data/location_decks/introduction.yaml @@ -79,7 +79,7 @@ _action_definitions: action_class: 'GenericBits' required_bits: [BLUE] data: - message: "You need to have the {BLUE} bit, to use this action and continue.\nSome actions have more complex requirements." + message: "You need to have the {BLUE} bit to use this action and continue.\nSome actions have more complex requirements." set: [EAST] clear: [NORTH, SOUTH, WEST] @@ -102,7 +102,7 @@ _action_definitions: action_class: 'GenericBits' required_bits: [RED] data: - message: "You need to have the {RED} bit, to use this action to set the {BLUE} bit." + message: "You need to have the {RED} bit to use this action to set the {BLUE} bit." set: [NORTH, BLUE] clear: [SOUTH, EAST, WEST] -- 2.34.1