fixing-Errors #24

Merged
s473555 merged 10 commits from fixing-Errors into main 2023-05-29 09:13:00 +02:00
Showing only changes of commit 8b7c4ed086 - Show all commits

View File

@ -11,7 +11,7 @@ class Vacuum(Entity):
self.container_filling = 0 self.container_filling = 0
def increase_container_filling(self) -> None: def increase_container_filling(self) -> None:
self.container_filling += 25 self.container_filling += 5
def dump_trash(self) -> None: def dump_trash(self) -> None:
self.container_filling = 0 self.container_filling = 0