ソースを参照

Maybe cycle will work a little better with warps now.

root 5 年 前
コミット
a6235d2b9d
1 ファイル変更1 行追加1 行削除
  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()