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 the-real-herowl
parent 5afd0aa255
commit e312955a14
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,
})