Merge pull request #29 from Rijackson/master

Minor changes to Mikhail's dialog
This commit is contained in:
Zukero
2017-05-11 23:38:02 +02:00
committed by GitHub
2 changed files with 33 additions and 1 deletions

View File

@@ -321,7 +321,7 @@
"replies":[
{
"text":"N",
"nextPhraseID":"mikhail_rats_start3"
"nextPhraseID":"mikhail_rats_start2a"
}
]
},

View File

@@ -0,0 +1,32 @@
[
{
"id":"mikhail_rats_start2a",
"message":"Another way to regain your strength is to eat some food. You can buy some for yourself from Mara at the town hall. But watch out - I hear that raw meat can sometimes give you food poisoning.",
"replies":[
{
"text":"N",
"nextPhraseID":"mikhail_rats_start2b"
}
]
},
{
"id":"mikhail_rats_start2b",
"message":"If that happens, perhaps the town priest can do something to help you. Otherwise, just rest until you feel better.",
"replies":[
{
"text":"N",
"nextPhraseID":"mikhail_rats_start2c"
}
]
},
{
"id":"mikhail_rats_start2c",
"message":"Me, I can't really afford the meat, so I just stick to my bread!",
"replies":[
{
"text":"N",
"nextPhraseID":"mikhail_rats_start3"
}
]
}
]