Improve shooter_rocket
This commit is contained in:
parent
14159a953c
commit
faf74cbcb0
4 changed files with 13 additions and 17 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue