diff gamelib/lab.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 ef63532cac13
children 372d886f9e70
line wrap: on
line diff
--- a/gamelib/lab.py	Thu May 10 20:56:40 2012 +0200
+++ b/gamelib/lab.py	Thu May 10 22:33:26 2012 +0200
@@ -128,7 +128,7 @@
         return breakthroughs
 
     def apply_basic_research(self, basic_research):
-        if basic_research <= 1:
+        if basic_research <= 0:
             return []
 
         options = self.find_new_research()