Usunieto zbedny print
This commit is contained in:
parent
ac0ca70b35
commit
949f53b985
@ -4,7 +4,6 @@ from DataModels.Cell import Cell
|
|||||||
class House(Cell):
|
class House(Cell):
|
||||||
def __init__(self, x, y, max_rubbish, yellow=0, green=0, blue=0):
|
def __init__(self, x, y, max_rubbish, yellow=0, green=0, blue=0):
|
||||||
Cell.__init__(self, x, y, max_rubbish, yellow, green, blue)
|
Cell.__init__(self, x, y, max_rubbish, yellow, green, blue)
|
||||||
print(f"Domek: {x} {y}")
|
|
||||||
|
|
||||||
def return_trash(self, collector):
|
def return_trash(self, collector):
|
||||||
self.container.yellow, self.container.green, self.container.blue = collector.container.add(
|
self.container.yellow, self.container.green, self.container.blue = collector.container.add(
|
||||||
|
Loading…
Reference in New Issue
Block a user