przyrost1
poprawienie plików
This commit is contained in:
parent
e86c375f9c
commit
3ddb999e3a
@ -3,8 +3,8 @@ from datetime import datetime
|
||||
|
||||
class Carrot(Plant):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
def __init__(self, name, ID):
|
||||
super().__init__(name, ID)
|
||||
self._wasFertilized = False #roslina nie byla nawozona przy tworzeniu
|
||||
|
||||
def add_soil(self, soil):
|
||||
|
Loading…
Reference in New Issue
Block a user