Increase the speed of medic by 10% (#594)
This commit is contained in:
parent
ee3bf90093
commit
b790cc7576
1 changed files with 2 additions and 1 deletions
|
@ -60,11 +60,12 @@ ctf_classes.register("shooter", {
|
||||||
|
|
||||||
ctf_classes.register("medic", {
|
ctf_classes.register("medic", {
|
||||||
description = "Medic",
|
description = "Medic",
|
||||||
pros = { "x2 regen for nearby friendlies" },
|
pros = { "x2 regen for nearby friendlies", "+10% speed" },
|
||||||
cons = {},
|
cons = {},
|
||||||
color = "#0af",
|
color = "#0af",
|
||||||
properties = {
|
properties = {
|
||||||
nearby_hpregen = true,
|
nearby_hpregen = true,
|
||||||
|
speed = 1.1,
|
||||||
|
|
||||||
initial_stuff = {
|
initial_stuff = {
|
||||||
"ctf_bandages:bandage 20",
|
"ctf_bandages:bandage 20",
|
||||||
|
|
Loading…
Reference in a new issue