Skip to content

Commit

Permalink
Cyberdogs automelee #71
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Mar 4, 2023
1 parent cda3ea9 commit 973a0bf
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions missions/custom/techdemo/cyberdogs.cdogscpn/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"SwitchSound": "chainsaw_switch",
"SoundLockLength": 50,
"CanShoot": false,
"Price": 2000
"Price": 2000,
"Auto": true
},
{
"Pic": "chainsaw",
Expand All @@ -27,7 +28,8 @@
"SwitchSound": "chainsaw_switch",
"SoundLockLength": 50,
"CanShoot": false,
"Price": 2000
"Price": 2000,
"Auto": true
},
{
"Pic": "chainsaw",
Expand All @@ -41,7 +43,8 @@
"SwitchSound": "chainsaw_switch",
"SoundLockLength": 50,
"CanShoot": false,
"Price": 2000
"Price": 2000,
"Auto": true
},
{
"Pic": "chainsaw",
Expand All @@ -55,7 +58,8 @@
"SwitchSound": "chainsaw_switch",
"SoundLockLength": 50,
"CanShoot": false,
"Price": 2000
"Price": 2000,
"Auto": true
},
{
"Pic": "chainsaw",
Expand All @@ -69,7 +73,8 @@
"SwitchSound": "chainsaw_switch",
"SoundLockLength": 50,
"CanShoot": false,
"Price": 2000
"Price": 2000,
"Auto": true
},
{
"Pic": "",
Expand All @@ -82,7 +87,8 @@
"SoundLockLength": 20,
"SwitchSound": "knuckles",
"CanShoot": false,
"CanDrop": false
"CanDrop": false,
"Auto": true
},
{
"Pic": "chaingun",
Expand Down

0 comments on commit 973a0bf

Please sign in to comment.