diff --git a/scorn/shops/eswald.msg b/scorn/shops/eswald.msg index 7a32671b3..a452941ff 100644 --- a/scorn/shops/eswald.msg +++ b/scorn/shops/eswald.msg @@ -85,14 +85,14 @@ "match" : ["yes", "interested", "goose"], "pre" : [["quest", "scorn/CoffeeGoose", "10"]], "post" : [["quest", "scorn/CoffeeGoose", "20"]], - "msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."] - "replies" : [["special", "What's so special about her?"]] + "msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."], + "replies": [["special", "What's so special about her?"]] }, { "match" : ["*"], "pre" : [["quest", "scorn/CoffeeGoose", "10"]], "post" : [], - "msg" : ["Yes, yes, I know, my coffee is terrible, I'm truly very sorry, it just hasn't been the same since I lost my goose. You wouldn't be interested in finding her for me would you?"] - "replies" : [["goose", "I can help you find your goose."]] + "msg" : ["Yes, yes, I know, my coffee is terrible, I'm truly very sorry, it just hasn't been the same since I lost my goose. You wouldn't be interested in finding her for me would you?"], + "replies": [["goose", "I can help you find your goose."]] }, { "match" : ["no"], "pre" : [["token", "offercoffee", "yes"]], diff --git a/scorn/shops/oled.msg b/scorn/shops/oled.msg index 06c298e70..7f93a4d02 100644 --- a/scorn/shops/oled.msg +++ b/scorn/shops/oled.msg @@ -16,8 +16,8 @@ "match" : ["name"], "pre" : [], "post" : [["settoken", "seenbefore", "yes"]], - "msg" : ["I'm Oled. I brew the finest coffee in Scorn."] - "replies" : [["coffee", "Can I have some coffee?"]] + "msg" : ["I'm Oled. I brew the finest coffee in Scorn."], + "replies": [["coffee", "Can I have some coffee?"]] }, { "match" : ["lady", "friend", "Fran"], "pre" : [["token", "seenbefore", "yes"]],