1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 11:47:59 +02:00
parent a45b5da981
commit 455dd9e1f0
31 changed files with 73 additions and 3 deletions

View file

@ -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,