summaryrefslogtreecommitdiff
path: root/farmer.py
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2025-06-01 22:14:08 +0200
committerDmitrii Morozov <snoopdesigns@gmail.com>2025-06-01 22:14:08 +0200
commit0166908dc18c68cbd5ac39df4448e286c0c7f511 (patch)
tree6a998033304e6d5a57d6cd5925a41180dfe131c4 /farmer.py
parentf29fbb63842b3c7e29519756a9ec4ac870a8b3be (diff)
Tune some settings
Diffstat (limited to 'farmer.py')
-rw-r--r--farmer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/farmer.py b/farmer.py
index 0b70376..79b5863 100644
--- a/farmer.py
+++ b/farmer.py
@@ -21,8 +21,8 @@ if not USERNAME or not PASSWORD or not SERVER:
sys.exit(1)
FARM_UNITS = {
- "leg": 5,
- "imp": 5,
+ "leg": 10,
+ "imp": 10,
"horse_imp": 5
}