diff data/game.json @ 289:16ffe6f5dbb8

Add fox.shape (which can be 'fox', 'human' or 'human_with_fan') to game.json. Use fox.shape in state checks in guard.json.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 21:44:39 +0200
parents ddcfc159dc2a
children e22b0e4d52ae
line wrap: on
line diff
--- a/data/game.json	Fri Apr 08 21:23:00 2011 +0200
+++ b/data/game.json	Fri Apr 08 21:44:39 2011 +0200
@@ -2,6 +2,7 @@
     "fox": {
         "item": null,
         "tails" : [],
+        "shape": "fox",
         "cur_health" : 40,
         "max_health" : 40,
         "level": "temple",