Explorar o código

Maybe cycle will work a little better with warps now.

root %!s(int64=5) %!d(string=hai) anos
pai
achega
a6235d2b9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -275,7 +275,7 @@ class CIMWarpReport(object):
 
         # This should be the CIM Report Data -- parse it
         if self.warpcycle:
-            if len(self.game.gamedata.warp) % 10 == 0:
+            if len(self.game.gamedata.warps) % 10 == 0:
                 self.queue_game.put("\b" + next(self.warpcycle))
 
         work = line.strip()