fix maximum

This commit is contained in:
scorpio686
2018-03-17 03:44:56 +01:00
committed by GitHub
parent 2f6042e457
commit 9b831f47b6
+2 -2
View File
@@ -62,7 +62,7 @@ Config.Jobs.fuel = {
name = _U('f_fuel_refine'),
db_name= "petrol_raffin",
time = 5000,
max = 20,
max = 24,
add = 1,
remove = 2,
requires = "petrol",
@@ -87,7 +87,7 @@ Config.Jobs.fuel = {
name = _U('f_gas'),
db_name= "essence",
time = 5000,
max = 20,
max = 24,
add = 2,
remove = 1,
requires = "petrol_raffin",