From 8c28166c1102b363f92caebbd1fbe9393f5099f6 Mon Sep 17 00:00:00 2001 From: Zukero Date: Fri, 17 Nov 2017 12:01:38 +0100 Subject: [PATCH] Fixed issue in Vilegard where you could talk about the Xulviir and the Feygard swords to all merchants instead of only the smith while Vilegard people distrusts you. --- .../res/raw/conversationlist_vilegard_shops.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/AndorsTrail/res/raw/conversationlist_vilegard_shops.json b/AndorsTrail/res/raw/conversationlist_vilegard_shops.json index a1c3fd008..1181b1114 100644 --- a/AndorsTrail/res/raw/conversationlist_vilegard_shops.json +++ b/AndorsTrail/res/raw/conversationlist_vilegard_shops.json @@ -61,7 +61,7 @@ ] }, { - "nextPhraseID":"vilegard_shop_notrust" + "nextPhraseID":"vilegard_shop_notrust_smith" } ] }, @@ -105,6 +105,20 @@ { "id":"vilegard_shop_notrust", "message":"You are an outsider. We don't like outsiders here in Vilegard. Please leave.", + "replies":[ + { + "text":"Why is everyone in Vilegard so suspicious of outsiders?", + "nextPhraseID":"vilegard_shop_notrust_2" + }, + { + "text":"Can I see what items you have for sale?", + "nextPhraseID":"vilegard_shop_notrust_2" + } + ] + }, + { + "id":"vilegard_shop_notrust_smith", + "message":"You are an outsider. We don't like outsiders here in Vilegard. Please leave.", "replies":[ { "text":"Why is everyone in Vilegard so suspicious of outsiders?",