forked from Simnation/Main
ed
This commit is contained in:
parent
a45b5da981
commit
455dd9e1f0
31 changed files with 73 additions and 3 deletions
|
@ -28,7 +28,7 @@ Config.drones = {
|
|||
itemName = 'emergencydrone',
|
||||
removeItem = true,
|
||||
-- command = 'emergencydrone',
|
||||
jobs = { ['police'] = 1 },{ ['marshal'] = 1 },{ ['ambulance'] = 1 },
|
||||
jobs = { ['police'] = 0 },{ ['marshal'] = 0 },{ ['ambulance'] = 0 },
|
||||
flightTime = 240000,
|
||||
flyRange = 350,
|
||||
health = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue