@ -65,7 +65,6 @@ toad = 0
def tick():
global toad
# print grid
print(grid)
for row in grid:
for guy in row:
if guy.occupant is not None: