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-b93c2d0d6712master
parent
2cff8edab5
commit
49416551b0
|
@ -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."]
|
||||
|
|
Loading…
Reference in New Issue