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", {
|
||||
description = "Rocketeer",
|
||||
pros = { "* Can craft/use rockets", "Can't capture the flag" },
|
||||
cons = { "* -25% health points" },
|
||||
pros = { "* Can craft/use rockets" },
|
||||
cons = { "* Can't capture the flag", "* -25% health points" },
|
||||
color = "#fa0",
|
||||
properties = {
|
||||
-- Disallow rocketeers from capturing flags - they're intended to be support
|
||||
|
@ -171,9 +171,12 @@ ctf_classes.register("rocketeer", {
|
|||
"shooter_rocket:rocket 3",
|
||||
},
|
||||
|
||||
item_whitelist = {
|
||||
"shooter_rocket:rocket"
|
||||
},
|
||||
|
||||
additional_item_blacklist = {
|
||||
"shooter_rocket:rocket_gun",
|
||||
"shooter_rocket:rocket"
|
||||
},
|
||||
|
||||
allowed_guns = {
|
||||
|
|
Loading…
Reference in a new issue