From 8668e1a426f0d200a3598b8e75b36800a7c8b8cc Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 15 May 2010 11:26:25 +0000 Subject: [PATCH] Fix dialog. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13222 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/monsters/lursendis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/monsters/lursendis.py b/python/monsters/lursendis.py index 860e44ee4..ed40fab3d 100644 --- a/python/monsters/lursendis.py +++ b/python/monsters/lursendis.py @@ -128,11 +128,11 @@ def talk_gourmet(): speech.addRule(DialogRule(["*"], prer, rmsg, postr, replies),idx) idx = idx + 1 else: - prer = [["quest", quest_name, "0"], ["token", "dialog", "2"]] + prer = [["quest", quest_name, "0"], ["token", "dialog", "3"]] postr = [["settoken", "asked", "1"], ["settoken", "dialog", "0"]] rmsg = ["Would you really be as kind as that?"] replies = [["yes", "If you really need one caramel, yes, sure."], ["no", "Well, no, I was just joking."]] - speech.addRule(DialogRule(["farnass"], prer, rmsg, postr, replies),idx) + speech.addRule(DialogRule(["bring"], prer, rmsg, postr, replies),idx) idx = idx + 1 prer = [["quest", quest_name, "0"], ["token", "dialog", "2"]]