fix
This commit is contained in:
@@ -10,3 +10,6 @@ class FarmAgent:
|
|||||||
def harvest(self):
|
def harvest(self):
|
||||||
ready = [c for c in self._module.cultures if c._stage == "Красный"]
|
ready = [c for c in self._module.cultures if c._stage == "Красный"]
|
||||||
return len(ready)
|
return len(ready)
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: fix this later
|
||||||
|
|||||||
Reference in New Issue
Block a user