From: adrianna Date: Sat, 17 May 2014 21:43:35 +0000 (+0200) Subject: removed Carrot commas X-Git-Tag: 0.1~15^2~3 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=bb309cee2c28dcd3c30692c22a187374c275004c removed Carrot commas --- 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]