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