actuallly add to advance count when reidentifying

This commit is contained in:
Lincoln-LM 2022-01-05 08:33:33 -07:00
parent bc7c2832a2
commit 7c687a4826

View File

@ -372,6 +372,7 @@ class Application(tk.Frame):
time.sleep(self.config_json["white_delay"])
waituntil = time.perf_counter()
reidentified_rng.advance(self.config_json["advance_delay"])
self.advances += self.config_json["advance_delay"]
print("entered the stationary symbol room")
queue = []
heapq.heappush(queue, (waituntil+1.017,0))