Part of Patch #342. Ben's Message File (navar_city/houses/ben.msg) gave 'ok' as a suggested reply, but then only listed for 'yes' to finish the quest, he now listens for 'ok' instead.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19566 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2014-06-20 17:33:55 +00:00
parent 2cff8edab5
commit 49416551b0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"post" : [],
"msg" : ["Please, help find my daughters..."]
}, {
"match" : ["yes"],
"match" : ["ok"],
"pre" : [["npctoken", "status", "wait"]],
"post" : [["quest", "navar/rescue-daughters", "10"]],
"msg" : ["Thank you very much! I'll reward you for your courage."]