From f14b2ecdc22cce2a6800166986660cba6a70d473 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 4 Jan 2024 13:16:30 +0900 Subject: [PATCH] personal logistic - default value change --- config/personal_logistic.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/personal_logistic.lua b/config/personal_logistic.lua index 6cc008d1..4ad1a5f6 100644 --- a/config/personal_logistic.lua +++ b/config/personal_logistic.lua @@ -892,8 +892,8 @@ return { upgrade_of = 'explosive-rocket', type = 'rocket', stack = 10, - min = 50, - max = 50 + min = 0, + max = 0 }, ['rocket-launcher'] = { key = 104, @@ -1118,7 +1118,7 @@ return { type = nil, stack = 1, min = 0, - max = 0 + max = 5 }, ['spidertron-remote'] = { key = 130, @@ -1126,7 +1126,7 @@ return { type = nil, stack = 1, min = 0, - max = 0 + max = 5 }, ['radar'] = { key = 99,