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"
|
||||
else:
|
||||
self.step = 0
|
||||
self.on_path = set()
|
||||
self.prev_direction = self.start_direction
|
||||
self.nightmare_step(cli)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user