From a1f2e4b298ac7c58820753e31c8cbe021cfbaf73 Mon Sep 17 00:00:00 2001 From: majkellll Date: Sat, 27 May 2023 13:45:31 +0200 Subject: [PATCH] garbage_pieces_counter --- startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.py b/startup.py index 7bdd14a..0605095 100644 --- a/startup.py +++ b/startup.py @@ -42,7 +42,7 @@ def create_city() -> City: city.add_street(s) for t in trashcans: for i in range(4): - t.add_garbage(garbage_pieces[0]) + t.add_garbage(garbage_pieces[garbage_pieces_counter]) garbage_pieces_counter = garbage_pieces_counter + 1 city.add_can(t) for b in bumps: