Reset paths if wrong one is chosen

This commit is contained in:
skizzerz 2015-10-30 14:15:56 -07:00
parent 3b4f62e2f1
commit 8b5f757057

View File

@ -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)