|
@@ -275,7 +275,7 @@ class CIMWarpReport(object):
|
|
|
|
|
|
# This should be the CIM Report Data -- parse it
|
|
# This should be the CIM Report Data -- parse it
|
|
if self.warpcycle:
|
|
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))
|
|
self.queue_game.put("\b" + next(self.warpcycle))
|
|
|
|
|
|
work = line.strip()
|
|
work = line.strip()
|