Fix syntax errors in .msg file

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13180 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-13 18:44:50 +00:00
parent 17f338436d
commit dd2fc7c03d
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
"match" : ["yes", "king", "curse"],
"pre" : [["quest", "scorn/LordSpectre", "=10"]],
"post" : [],
"msg" : ["The King has been cursed. At midnight on the Dark Day last year, A Lord Spectre forged a foul attachment to The King, to his very soul. This spectre has been drawing forth a portion of his strength in order to empower a mighty weapon.\n\n A binding such as this can be undone, but only if the King gains possession of this object.\n\n You will need to go and find the Lord Spectre and destroy him, and return the weapon to the King."]
"msg" : ["The King has been cursed. At midnight on the Dark Day last year, A Lord Spectre forged a foul attachment to The King, to his very soul. This spectre has been drawing forth a portion of his strength in order to empower a mighty weapon.\n\n A binding such as this can be undone, but only if the King gains possession of this object.\n\n You will need to go and find the Lord Spectre and destroy him, and return the weapon to the King."],
"replies" : [["spectre", "Where may I find this foul spectre?"]]
},{
"match" : ["spectre"],
@ -33,7 +33,7 @@
"match" : ["*"],
"pre" : [],
"post" : [],
"msg" : ["I am celebrating Gaea, our Mother."]
"replies" : [["Gaea", "Gaea is your mother?"]
"msg" : ["I am celebrating Gaea, our Mother."],
"replies" : [["Gaea", "Gaea is your mother?"]]
}
]}