diff --git a/timer.nut b/timer.nut index 46485b8..5e6575b 100644 --- a/timer.nut +++ b/timer.nut @@ -452,7 +452,7 @@ class Timer if (this.zones[i].Clips(ply)) { local run_ticks = this.tick_count - start_tick; - local run_time = run_ticks / 66.0; + local run_time = run_ticks * 3.0 / 200.0; if (i == this.zones.len() - 1) {