Reset paths if wrong one is chosen
This commit is contained in:
parent
3b4f62e2f1
commit
8b5f757057
@ -949,6 +949,7 @@ class SleepyMode(GameMode):
|
|||||||
self.prev_direction = "w"
|
self.prev_direction = "w"
|
||||||
else:
|
else:
|
||||||
self.step = 0
|
self.step = 0
|
||||||
|
self.on_path = set()
|
||||||
self.prev_direction = self.start_direction
|
self.prev_direction = self.start_direction
|
||||||
self.nightmare_step(cli)
|
self.nightmare_step(cli)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user