From d29ba7d6475badbaadce3bcf420e76920cb81da6 Mon Sep 17 00:00:00 2001 From: kbulgrien Date: Sun, 16 May 2010 18:55:30 +0000 Subject: [PATCH] - Fix syntax issue. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13259 282e977c-c81d-0410-88c4-b93c2d0d6712 --- scorn/misc/goggleguard.msg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scorn/misc/goggleguard.msg b/scorn/misc/goggleguard.msg index 30828bfbb..d3afaf2dc 100644 --- a/scorn/misc/goggleguard.msg +++ b/scorn/misc/goggleguard.msg @@ -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?"]] } -]} \ No newline at end of file +]}