- Fix syntax issue.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13259 282e977c-c81d-0410-88c4-b93c2d0d6712
master
kbulgrien 2010-05-16 18:55:30 +00:00
parent 740fd73598
commit d29ba7d647
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"match" : ["clothes"],
"pre" : [],
"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?"]]
},{
"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."],
"replies" : [["view", "What view are you watching?"], ["post", "Why'd you want to win this post?"]]
}
]}
]}