diff data/npcs/kitsune.json @ 220:2d5dfec4cd11

Fix kitsune JSON.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 01:11:50 +0200
parents 4ac8ef4b44c3
children 74c875f7b1f5
line wrap: on
line diff
--- a/data/npcs/kitsune.json	Thu Apr 07 00:59:08 2011 +0200
+++ b/data/npcs/kitsune.json	Thu Apr 07 01:11:50 2011 +0200
@@ -26,7 +26,7 @@
     "battle" : {
         "events" : [
             { "matches" : "world.battle_lost", "next": "state.lost" },
-            { "matches" : "world.battle_won", "next": "state.won" },
+            { "matches" : "world.battle_won", "next": "state.won" }
         ]
     },
     "haiku1" : {
@@ -64,7 +64,7 @@
         "events" : [
             { "matches" : "world.haiku_wins == 1 and world.haiku_losses == 0", "next": "state.haiku_1win_0loss" },
             { "matches" : "world.haiku_wins == 1 and world.haiku_losses == 1", "next": "state.haiku_1win_1loss" },
-            { "matches" : "world.haiku_wins == 2", "next": "state.haiku_2wins" },
+            { "matches" : "world.haiku_wins == 2", "next": "state.haiku_2wins" }
         ]
     },
     "haiku_1win_0loss" : {