forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
25cefd9a2d
commit
055eba2c8c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Config.PoliceJobName = "police" -- Police job name
|
|||
-- Required Items
|
||||
Config.RequiredItems = {
|
||||
flex = {
|
||||
name = "angle_grinder", -- Item name in your inventory
|
||||
label = "Angle Grinder", -- Display name
|
||||
name = "anglegrinder", -- Item name in your inventory
|
||||
label = "Flex", -- Display name
|
||||
amount = 1, -- How many required
|
||||
remove = false, -- Whether to remove the item after use
|
||||
durability = false, -- Whether the item has durability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue