Equipment has slot

This commit is contained in:
Fesiug 2023-11-11 21:08:34 -05:00
parent a0139a0781
commit ff80d99f90
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {}