This commit is contained in:
Dmitry Belan
2026-07-01 13:47:27 +03:00
parent eaafccbb2e
commit f358639881
+3
View File
@@ -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