Give shooter class 2 ammo packs (#699)
* Shooter Ammo Gives shooter class 2 ammo packs * Update classes.lua
This commit is contained in:
parent
1299f1a4e1
commit
01ba809ff4
1 changed files with 6 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue