Cut health of sniper class in half
This commit is contained in:
parent
6ce383117a
commit
2bd645c16b
1 changed files with 2 additions and 1 deletions
|
@ -80,11 +80,12 @@ ctf_classes.register("medic", {
|
||||||
ctf_classes.register("sniper", {
|
ctf_classes.register("sniper", {
|
||||||
description = "Sniper",
|
description = "Sniper",
|
||||||
pros = { "+25% range", "+25% faster shooting" },
|
pros = { "+25% range", "+25% faster shooting" },
|
||||||
cons = {},
|
cons = {"-50% health points"},
|
||||||
color = "#96a",
|
color = "#96a",
|
||||||
properties = {
|
properties = {
|
||||||
-- Disallow snipers from capturing flags - they're intended to be support
|
-- Disallow snipers from capturing flags - they're intended to be support
|
||||||
can_capture = false,
|
can_capture = false,
|
||||||
|
max_hp = 10,
|
||||||
|
|
||||||
initial_stuff = {
|
initial_stuff = {
|
||||||
"sniper_rifles:rifle_762_loaded",
|
"sniper_rifles:rifle_762_loaded",
|
||||||
|
|
Loading…
Reference in a new issue