summaryrefslogtreecommitdiff
path: root/farmer.py
diff options
context:
space:
mode:
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
}