mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 16:41:06 +01:00
Made spyglass reset instant
This commit is contained in:
parent
5afd0aa255
commit
e312955a14
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ mcl_fovapi.register_modifier({
|
||||||
name = "spyglass",
|
name = "spyglass",
|
||||||
fov_factor = 8,
|
fov_factor = 8,
|
||||||
time = 0.1,
|
time = 0.1,
|
||||||
|
reset_time = 0,
|
||||||
is_multiplier = false,
|
is_multiplier = false,
|
||||||
exclusive = true,
|
exclusive = true,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue