Equipment has slot
This commit is contained in:
parent
a0139a0781
commit
ff80d99f90
|
@ -53,6 +53,7 @@ do
|
||||||
["machinegun"] = { 5, 2 },
|
["machinegun"] = { 5, 2 },
|
||||||
["grenade"] = { 6, 1 },
|
["grenade"] = { 6, 1 },
|
||||||
["utility"] = { 6, 2 },
|
["utility"] = { 6, 2 },
|
||||||
|
["equipment"] = { 7, 1 },
|
||||||
}
|
}
|
||||||
|
|
||||||
-- PROTO: Cache this!
|
-- PROTO: Cache this!
|
||||||
|
@ -64,6 +65,7 @@ do
|
||||||
[4] = {},
|
[4] = {},
|
||||||
[5] = {},
|
[5] = {},
|
||||||
[6] = {},
|
[6] = {},
|
||||||
|
[7] = {},
|
||||||
}
|
}
|
||||||
for i, bucket in ipairs( inventorylist ) do
|
for i, bucket in ipairs( inventorylist ) do
|
||||||
local temp = {}
|
local temp = {}
|
||||||
|
|
Loading…
Reference in New Issue