From 456db0e1ff67c1077f6782bb8dc92c5279e7a716 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 17 Mar 2011 22:04:44 +0000 Subject: [PATCH] Readd missing 'pre' blocks. Fix typos. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14346 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/misc/gateguardcommon.msg | 8 ++++++-- scorn/misc/gateguardinside.msg | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scorn/misc/gateguardcommon.msg b/scorn/misc/gateguardcommon.msg index 3a1b2aa96..bc7806f7f 100644 --- a/scorn/misc/gateguardcommon.msg +++ b/scorn/misc/gateguardcommon.msg @@ -4,12 +4,12 @@ "match" : ["password"], "pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/GatePassword", "10"]], "post" : [], - "msg" : ["I am not allow to tell you the password."] + "msg" : ["I am not allowed to tell you the password."] }, { "match" : ["password"], "pre" : [["quest", "scorn/CityGate", "5"]], "post" : [["quest", "scorn/GatePassword", "10"]], - "msg" : ["I am not allow to tell you the password."] + "msg" : ["I am not allowed to tell you the password."] }, { "match" : ["hero", "king"], "pre" : [["quest", "scorn/CityGate", "5"], ["quest", "scorn/ScornHero", "10"]], @@ -43,19 +43,23 @@ "msg" : ["The gate opens only for certain people."] }, { "match" : ["open", "gate"], + "pre" : [], "post" : [["quest", "scorn/CityGate", "5"]], "msg" : ["The gate opens only for certain people."], "replies" : [["people", "For whom is the gate opened?"]] }, { "match" : ["secret", "wall", "door"], + "pre" : [], "post" : [], "msg" : ["I can't tell you that! Do you want to be thrown in JAIL?"] }, { "match" : ["monster"], + "pre" : [], "post" : [], "msg" : ["They keep trying to sneak in, but we always kill them."] }, { "match" : ["*"], + "pre" : [], "post" : [], "msg" : ["Good to see a friend!\n Have you seen any monsters lately?"], "replies" : [["monsters", "Why are you having problems with monsters?"]] diff --git a/scorn/misc/gateguardinside.msg b/scorn/misc/gateguardinside.msg index dd760c772..40705384d 100644 --- a/scorn/misc/gateguardinside.msg +++ b/scorn/misc/gateguardinside.msg @@ -8,6 +8,7 @@ "msg" : ["Well, you know the password, so you must be ok.\nPass Friend.."] }, { "match" : ["chain"], + "pre" : [], "post" : [["quest", "scorn/GatePassword", "30"], ["connection", "12"]], "msg" : ["Well, you know the password, so you must be ok.\nPass Friend..."] }, {