guns.lua: Make cheetah fire in burst mode

This commit is contained in:
Anand S 2019-01-15 10:48:52 +05:30
parent 8ffa07307e
commit 7cfa7e4412
No known key found for this signature in database
GPG Key ID: 3AD8A3C4A51AAB97

View File

@ -6,7 +6,7 @@ gunslinger.register_gun("gunslinger:cheetah", {
wield_scale = {x = 4, y = 4, z = 1}
},
mode = "automatic",
mode = "burst",
base_dmg = 1,
fire_rate = 6,
clip_size = 50,