Mods
This commit is contained in:
@@ -204,6 +204,9 @@ class Ants:
|
|||||||
if (not top) or (score > top_score):
|
if (not top) or (score > top_score):
|
||||||
top = ant
|
top = ant
|
||||||
top_score = score
|
top_score = score
|
||||||
|
elif score == top_score:
|
||||||
|
if ant.created < top.created:
|
||||||
|
top = ant
|
||||||
|
|
||||||
if not top:
|
if not top:
|
||||||
return None
|
return None
|
||||||
|
Reference in New Issue
Block a user