Update classes.lua
This commit is contained in:
parent
bdfc9d5ecd
commit
b2ea5c6c8a
1 changed files with 4 additions and 3 deletions
|
@ -153,13 +153,13 @@ ctf_classes.register("sniper", {
|
|||
}
|
||||
})
|
||||
]]--
|
||||
|
||||
--[[ctf_classes.register("rocketeer", {
|
||||
ctf_classes.register("rocketeer", {
|
||||
description = "Rocketeer",
|
||||
pros = { "Can craft rockets" },
|
||||
cons = {},
|
||||
color = "#fa0",
|
||||
properties = {
|
||||
allow_rockets = true,
|
||||
initial_stuff = {
|
||||
"shooter_rocket:rocket_gun_loaded",
|
||||
"shooter_rocket:rocket 4",
|
||||
|
@ -167,6 +167,7 @@ ctf_classes.register("sniper", {
|
|||
|
||||
additional_item_blacklist = {
|
||||
"shooter_rocket:rocket_gun",
|
||||
"shooter_rocket:rocket"
|
||||
},
|
||||
|
||||
allowed_guns = {
|
||||
|
@ -179,4 +180,4 @@ ctf_classes.register("sniper", {
|
|||
"shooter_rocket:rocket"
|
||||
},
|
||||
},
|
||||
})]]
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue