Increase the speed of medic by 10% (#594)

This commit is contained in:
MinetestSam 2020-04-30 20:34:23 +05:30 committed by GitHub
parent ee3bf90093
commit b790cc7576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",