Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
cbb85e3baa |
@ -230,7 +230,7 @@ class Game:
|
||||
continue
|
||||
if point in path:
|
||||
continue
|
||||
if LimitArea:
|
||||
if LimitArea and point != end:
|
||||
for area in range(0, 7):
|
||||
if 'S{}'.format(area) in start:
|
||||
if 'S{}'.format(area) not in point:
|
||||
|
Loading…
x
Reference in New Issue
Block a user