From ea20089d4cca0f464299e27cb8fc89d4c7e7f7b1 Mon Sep 17 00:00:00 2001 From: philipmi Date: Sat, 2 Jul 2022 19:00:46 +0200 Subject: [PATCH] Correct previous commit --- mods/ctf/ctf_classes/classes.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mods/ctf/ctf_classes/classes.lua b/mods/ctf/ctf_classes/classes.lua index 52ef2f2..872bb86 100644 --- a/mods/ctf/ctf_classes/classes.lua +++ b/mods/ctf/ctf_classes/classes.lua @@ -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 = {