diff --git a/AndorsTrail/res/raw/conversationlist_mikhail.json b/AndorsTrail/res/raw/conversationlist_mikhail.json index 4c9cca20a..1359ac8fe 100644 --- a/AndorsTrail/res/raw/conversationlist_mikhail.json +++ b/AndorsTrail/res/raw/conversationlist_mikhail.json @@ -321,7 +321,7 @@ "replies":[ { "text":"N", - "nextPhraseID":"mikhail_rats_start3" + "nextPhraseID":"mikhail_rats_start2a" } ] }, diff --git a/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json b/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json new file mode 100644 index 000000000..abef22acb --- /dev/null +++ b/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json @@ -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" + } + ] + } +] \ No newline at end of file