From eae3bf2c947009373178189c6f4610e21aa76469 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 6 Aug 2022 16:52:05 -0300 Subject: Raise max inventory from 25 to 100 - server should not explode. Maybe. --- consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50