1
0
Fork 0

Made spyglass reset instant

This commit is contained in:
the-real-herowl 2023-12-13 00:08:35 +01:00 committed by bakawun
parent a30df7dcdc
commit 0aa2ff6a68
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ mcl_fovapi.register_modifier({
name = "spyglass",
fov_factor = 8,
time = 0.1,
reset_time = 0,
is_multiplier = false,
exclusive = true,
})