trash value 25->5
This commit is contained in:
parent
f85ba27472
commit
8b7c4ed086
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user