- Fix syntax issue.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13259 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
740fd73598
commit
d29ba7d647
|
@ -10,7 +10,7 @@
|
||||||
"match" : ["clothes"],
|
"match" : ["clothes"],
|
||||||
"pre" : [],
|
"pre" : [],
|
||||||
"post" : [],
|
"post" : [],
|
||||||
"msg" : ["Give her clothes, and spoil the view! Not likely."]
|
"msg" : ["Give her clothes, and spoil the view! Not likely."],
|
||||||
"replies" : [["view", "What view is that?"]]
|
"replies" : [["view", "What view is that?"]]
|
||||||
},{
|
},{
|
||||||
"match" : ["post"],
|
"match" : ["post"],
|
||||||
|
@ -30,4 +30,4 @@
|
||||||
"msg" : ["I won this post from the other guards in a game. Now go away and let me watch the great view."],
|
"msg" : ["I won this post from the other guards in a game. Now go away and let me watch the great view."],
|
||||||
"replies" : [["view", "What view are you watching?"], ["post", "Why'd you want to win this post?"]]
|
"replies" : [["view", "What view are you watching?"], ["post", "Why'd you want to win this post?"]]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in New Issue