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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue