Correct previous commit
This commit is contained in:
parent
19c897cc98
commit
ea20089d4c
1 changed files with 6 additions and 3 deletions
|
@ -156,8 +156,8 @@ ctf_classes.register("sniper", {
|
||||||
|
|
||||||
ctf_classes.register("rocketeer", {
|
ctf_classes.register("rocketeer", {
|
||||||
description = "Rocketeer",
|
description = "Rocketeer",
|
||||||
pros = { "* Can craft/use rockets", "Can't capture the flag" },
|
pros = { "* Can craft/use rockets" },
|
||||||
cons = { "* -25% health points" },
|
cons = { "* Can't capture the flag", "* -25% health points" },
|
||||||
color = "#fa0",
|
color = "#fa0",
|
||||||
properties = {
|
properties = {
|
||||||
-- Disallow rocketeers from capturing flags - they're intended to be support
|
-- Disallow rocketeers from capturing flags - they're intended to be support
|
||||||
|
@ -171,9 +171,12 @@ ctf_classes.register("rocketeer", {
|
||||||
"shooter_rocket:rocket 3",
|
"shooter_rocket:rocket 3",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
item_whitelist = {
|
||||||
|
"shooter_rocket:rocket"
|
||||||
|
},
|
||||||
|
|
||||||
additional_item_blacklist = {
|
additional_item_blacklist = {
|
||||||
"shooter_rocket:rocket_gun",
|
"shooter_rocket:rocket_gun",
|
||||||
"shooter_rocket:rocket"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
allowed_guns = {
|
allowed_guns = {
|
||||||
|
|
Loading…
Reference in a new issue