Increase number of chests
This commit is contained in:
parent
512211ca0d
commit
6440e66cad
@ -133,7 +133,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 "18"),
|
n = tonumber(meta:get("team." .. i .. ".num_chests") or "23"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user