Reduce number of chests
This commit is contained in:
parent
aa9605574e
commit
d2db81bf9b
2 changed files with 1 additions and 3 deletions
|
@ -8,10 +8,8 @@ team.1.color = red
|
||||||
team.1.pos = -20,-2,65
|
team.1.pos = -20,-2,65
|
||||||
team.1.chests1 = -63,-4,26
|
team.1.chests1 = -63,-4,26
|
||||||
team.1.chests2 = -6,20,73
|
team.1.chests2 = -6,20,73
|
||||||
team.1.num_chests = 15
|
|
||||||
team.2 = blue
|
team.2 = blue
|
||||||
team.2.color = blue
|
team.2.color = blue
|
||||||
team.2.pos = -48,0,-83
|
team.2.pos = -48,0,-83
|
||||||
team.2.chests1 = -72,-4,-97
|
team.2.chests1 = -72,-4,-97
|
||||||
team.2.chests2 = 7,15,-33
|
team.2.chests2 = 7,15,-33
|
||||||
team.2.num_chests = 15
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ function ctf_match.load_map_meta(idx, name)
|
||||||
chests = {
|
chests = {
|
||||||
from = chests1,
|
from = chests1,
|
||||||
to = chests2,
|
to = chests2,
|
||||||
n = tonumber(meta:get("team." .. i .. ".num_chests") or "30"),
|
n = tonumber(meta:get("team." .. i .. ".num_chests") or "18"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue