Reduce flag drop-time from 7 minutes to 5 minutes
The `ctf.flag.drop_time` setting has just been over-ridden in `minetest.conf`. Helps with deterring players who hold the flag without capturing.
This commit is contained in:
parent
8075a5d83f
commit
1e65b00545
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ ctf.flag.capture_take = true
|
||||||
ctf.flag.waypoints = true
|
ctf.flag.waypoints = true
|
||||||
ctf.flag.nobuild_radius = 3
|
ctf.flag.nobuild_radius = 3
|
||||||
ctf.flag.alerts = true
|
ctf.flag.alerts = true
|
||||||
|
ctf.flag.drop_time = 300
|
||||||
|
|
||||||
ctf.allocate_mode = 3
|
ctf.allocate_mode = 3
|
||||||
ctf.diplomacy = false
|
ctf.diplomacy = false
|
||||||
|
|
Loading…
Reference in a new issue