trash value 25->5

This commit is contained in:
Mateusz Dokowicz 2023-05-26 01:17:33 +02:00
parent f85ba27472
commit 8b7c4ed086
1 changed files with 1 additions and 1 deletions

View File

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