forked from Simnation/Main
edit
This commit is contained in:
parent
317d3d625f
commit
bbb06369d5
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ Config.drones = {
|
|||
itemName = 'emergencydrone',
|
||||
removeItem = true,
|
||||
-- command = 'emergencydrone',
|
||||
jobs = { ['police'] = 1 },{ ['marshals'] = 1 },{ ['ambulance'] = 1 },
|
||||
jobs = { ['police'] = 1 },{ ['marshal'] = 1 },{ ['ambulance'] = 1 },
|
||||
flightTime = 240000,
|
||||
flyRange = 350,
|
||||
health = 4,
|
||||
|
|
|
@ -39,7 +39,7 @@ Config.Item.Name = "spikestrips"
|
|||
Config.Job = {}
|
||||
Config.Job.RequirePlace = true -- require job to place a spike strip?
|
||||
Config.Job.RequireRemove = true -- require job to remove placed spike strips?
|
||||
Config.Job.Allowed = { "police", "sheriff", "leo" }
|
||||
Config.Job.Allowed = { "police", "marshal", "leo" }
|
||||
|
||||
-----------
|
||||
-- Misc --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue