@@ -3321,7 +3321,7 @@ def oblitzRngWait():
33213321 pos = 0
33223322
33233323 if seedNum not in rngValues :
3324- print ("## No values for this RNG seed - " , memory .main .rngSeed ())
3324+ print ("## No values for this RNG seed -" , memory .main .rngSeed ())
33253325 firstResult = [comingSeeds [1 ], 10 , True , 1 ]
33263326 secondResult = [comingSeeds [2 ], 20 , True , 2 ]
33273327 else :
@@ -3342,12 +3342,12 @@ def oblitzRngWait():
33423342 duration = int (rngValues [seedNum ][str (comingSeeds [i ])]['duration' ]) + pos
33433343 #print(duration)
33443344 victory = bool (rngValues [seedNum ][str (comingSeeds [i ])]['victory' ])
3345- print ("Known result. " , [comingSeeds [i ], duration , victory , pos ])
3345+ print ("Known result." , [comingSeeds [i ], duration , victory , pos ])
33463346 #print(victory)
33473347 elif gameVars .loopBlitz ():
33483348 duration = 1 + pos
33493349 victory = True
3350- print ("No result (preferred), loop. " , [comingSeeds [i ], duration , victory , pos ])
3350+ print ("No result (preferred), loop." , [comingSeeds [i ], duration , victory , pos ])
33513351 else :
33523352 duration = 540 + pos
33533353 #540 is about the maximum duration we desire.
0 commit comments