Compare commits
No commits in common. "boss-fix" and "master" have entirely different histories.
|
@ -230,7 +230,7 @@ class Game:
|
||||||
continue
|
continue
|
||||||
if point in path:
|
if point in path:
|
||||||
continue
|
continue
|
||||||
if LimitArea and point != end:
|
if LimitArea:
|
||||||
for area in range(0, 7):
|
for area in range(0, 7):
|
||||||
if 'S{}'.format(area) in start:
|
if 'S{}'.format(area) in start:
|
||||||
if 'S{}'.format(area) not in point:
|
if 'S{}'.format(area) not in point:
|
||||||
|
|
Loading…
Reference in New Issue