diff gamelib/constants.py @ 123:7cd716328a44

Take over the neighbourgood!
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 10 May 2012 02:37:02 +0200
parents 50f8476aa929
children 14917385a0fd
line wrap: on
line diff
--- a/gamelib/constants.py	Thu May 10 00:52:38 2012 +0200
+++ b/gamelib/constants.py	Thu May 10 02:37:02 2012 +0200
@@ -13,7 +13,7 @@
 
 # Result codes for UI hints
 (MAJOR_SETBACK, FAILURE, SUCCESS, MAJOR_SUCCESS, GAME_WIN, NEW_SCIENCE,
-        NEW_SCHEMATIC) = range(7)
+        NEW_SCHEMATIC, NEW_MILESTONE) = range(8)
 
 # Planning to take over the:
 MILESTONES = ("basement", "neighbourhood", "city", "world")