diff gamelib/gameboard.py @ 468:d5e4959cfe7a

Start of support for restoring level information.
author Simon Cross <hodgestar@gmail.com>
date Tue, 24 Nov 2009 21:20:38 +0000
parents e3408c803b12
children fbbd39cfc975
line wrap: on
line diff
--- a/gamelib/gameboard.py	Tue Nov 24 21:20:12 2009 +0000
+++ b/gamelib/gameboard.py	Tue Nov 24 21:20:38 2009 +0000
@@ -76,7 +76,9 @@
     BROKEN_FENCE = tiles.REVERSE_TILE_MAP['broken fence']
 
     SIMPLIFY = [
+        'level',
         'tv',
+        'max_foxes',
         'chickens',
         'buildings',
         'foxes',