Give shooter class 2 ammo packs (#699)

* Shooter Ammo

Gives shooter class 2 ammo packs

* Update classes.lua
This commit is contained in:
PiMonkey 2020-11-15 18:29:38 +00:00 committed by GitHub
parent 1299f1a4e1
commit 01ba809ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,12 @@ ctf_classes.register("shooter", {
initial_stuff = {
"shooter_guns:rifle_loaded",
"shooter_hook:grapple_gun_loaded",
"shooter:ammo 2"
},
item_blacklist = {
"shooter_guns:rifle_loaded",
"shooter_hook:grapple_gun_loaded",
},
additional_item_blacklist = {