Improve shooter_rocket

This commit is contained in:
philipmi 2021-02-15 14:11:08 +01:00
parent 14159a953c
commit faf74cbcb0
4 changed files with 13 additions and 17 deletions

View file

@ -157,12 +157,12 @@ ctf_classes.register("sniper", {
ctf_classes.register("rocketeer", {
description = "Rocketeer",
pros = { ">Can craft/use rockets" },
cons = { "> -50% health points" },
cons = { "> -25% health points" },
color = "#fa0",
properties = {
-- Disallow rocketeers from capturing flags - they're intended to be support
can_capture = false,
max_hp = 10,
max_hp = 15,
initial_stuff = {
"shooter_rocket:rocket_gun_loaded",