diff data/game.json @ 217:fcc5eca8eaca

Add explicit starting state to avoid it magically appearing later.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 00:59:08 +0200
parents e2acf4663065
children c83f021cc327
line wrap: on
line diff
--- a/data/game.json	Thu Apr 07 00:47:02 2011 +0200
+++ b/data/game.json	Thu Apr 07 00:59:08 2011 +0200
@@ -13,8 +13,8 @@
         "teapot": { "type": "TeaPot", "level": "level1", "pos": [13, 2] }
     },
     "npcs": {
-        "monk": { "type": "Monk", "level": "level1", "pos": [15, 16], "dsm": "npcs/monk.json" },
-        "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json" }
+        "monk": { "type": "Monk", "level": "level1", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },
+        "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" }
     },
     "levels": {
         "level1" : "level1",