From 5c5628d1fe898666982cf2ef597af11f773ccc20 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 19 Nov 2011 17:05:20 +0000 Subject: [PATCH] Fix plural form. Bug #3438520: dragon lord quest. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15815 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/taverns/dragon_emissary.msg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scorn/taverns/dragon_emissary.msg b/scorn/taverns/dragon_emissary.msg index 3acbd9abf..699829a7d 100644 --- a/scorn/taverns/dragon_emissary.msg +++ b/scorn/taverns/dragon_emissary.msg @@ -2,8 +2,8 @@ "rules" : [ { "match" : ["emerald", "yes"], - "pre" : [["quest", "scorn/DragonWhisker", "30"], ["token", "question", "emeralds"], ["item", "emerald of great value", "7"]], - "post" : [["settoken", "question", "0"], ["quest", "scorn/DragonWhisker", "40"], ["takeitem", "emerald of great value", "7"]], + "pre" : [["quest", "scorn/DragonWhisker", "30"], ["token", "question", "emeralds"], ["item", "emeralds of great value", "7"]], + "post" : [["settoken", "question", "0"], ["quest", "scorn/DragonWhisker", "40"], ["takeitem", "emeralds of great value", "7"]], "msg" : ["The Dragonlords fear to keep the weapon too far from themselves, yet don't trust each other enough to keep it too close at hand, either.\n\n They have hidden it in a mountain eyrie near their lair: you must search the high mountains nearby.\n The Dragonlords' lair is in the mountains south of the road to the town you call Navar, there is an inn nearby run by the human known as Hermes"] },{ "match" : ["emerald", "yes"],