Minor changes to Mikhail's dialog from Tom, that give a little information about raw meat and food poisoning.

This commit is contained in:
Rijackson
2017-05-11 17:10:01 -04:00
parent ef856c7891
commit 477f1d9326
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"
}
]
}
]