summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-08-06 16:52:05 -0300
committerJesusaves <cpntb1@ymail.com>2022-08-06 16:52:05 -0300
commiteae3bf2c947009373178189c6f4610e21aa76469 (patch)
tree3054f8b8c5722a5c0d42e19f65642ddbbd7ba5b0
parent1188010bd48e75ef79fa9acd1424513e8599e31e (diff)
downloadserver-eae3bf2c947009373178189c6f4610e21aa76469.tar.gz
server-eae3bf2c947009373178189c6f4610e21aa76469.tar.bz2
server-eae3bf2c947009373178189c6f4610e21aa76469.tar.xz
server-eae3bf2c947009373178189c6f4610e21aa76469.zip
Raise max inventory from 25 to 100 - server should not explode. Maybe.
-rw-r--r--consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/consts.py b/consts.py
index 5f9fbc1..b0beb7a 100644
--- a/consts.py
+++ b/consts.py
@@ -90,7 +90,7 @@ SATURDAY =5
SUNDAY =6
# Configuration (hardcoded!)
-MAX_INV_SIZE =25
+MAX_INV_SIZE =100
MAX_PARTIES =3
AP_REGEN_TIME =360
AP_REGEN_TIME_F =360.0