diff gamelib/constants.py @ 138:14917385a0fd

Better handling of mission results and turn-end messages.
author Jeremy Thurgood <firxen@gmail.com>
date Thu, 10 May 2012 22:33:26 +0200
parents 7cd716328a44
children 821ecb98e888
line wrap: on
line diff
--- a/gamelib/constants.py	Thu May 10 20:56:40 2012 +0200
+++ b/gamelib/constants.py	Thu May 10 22:33:26 2012 +0200
@@ -12,8 +12,7 @@
 BUFFER = 1024
 
 # Result codes for UI hints
-(MAJOR_SETBACK, FAILURE, SUCCESS, MAJOR_SUCCESS, GAME_WIN, NEW_SCIENCE,
-        NEW_SCHEMATIC, NEW_MILESTONE) = range(8)
+(MAJOR_SETBACK, FAILURE, SUCCESS, MAJOR_SUCCESS, GAME_WIN, INFO) = range(6)
 
 # Planning to take over the:
 MILESTONES = ("basement", "neighbourhood", "city", "world")