Increase number of chests

This commit is contained in:
rubenwardy 2018-01-26 20:09:30 +00:00
parent 512211ca0d
commit 6440e66cad

View file

@ -133,7 +133,7 @@ function ctf_match.load_map_meta(idx, name)
chests = {
from = chests1,
to = chests2,
n = tonumber(meta:get("team." .. i .. ".num_chests") or "18"),
n = tonumber(meta:get("team." .. i .. ".num_chests") or "23"),
},
}