mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
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.
This commit is contained in:
@@ -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?",
|
||||
|
||||
Reference in New Issue
Block a user