diff gamelib/constants.py @ 96:50f8476aa929

Some milestones.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 09 May 2012 21:43:04 +0200
parents a40a76012bd7
children 7cd716328a44
line wrap: on
line diff
--- a/gamelib/constants.py	Wed May 09 21:26:30 2012 +0200
+++ b/gamelib/constants.py	Wed May 09 21:43:04 2012 +0200
@@ -14,3 +14,7 @@
 # Result codes for UI hints
 (MAJOR_SETBACK, FAILURE, SUCCESS, MAJOR_SUCCESS, GAME_WIN, NEW_SCIENCE,
         NEW_SCHEMATIC) = range(7)
+
+# Planning to take over the:
+MILESTONES = ("basement", "neighbourhood", "city", "world")
+M_VALS = dict((name, i) for i, name in enumerate(MILESTONES))