Correct previous commit

This commit is contained in:
philipmi 2022-07-02 19:00:46 +02:00
parent 19c897cc98
commit ea20089d4c

View file

@ -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 = {