Skip to content

Commit

Permalink
Drop holo rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Dec 31, 2024
1 parent 8547f6a commit 46261a1
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions moon/wiremod_limits/modules/e2.moon
Original file line number Diff line number Diff line change
@@ -1,39 +1,5 @@
import E2 from CFCWiremodLimits.Lib

do
holoScale = {
"holoScale(nv)"
"holoBoneScale(nnv)"
"holoBoneScale(nsv)"
"holoScaleUnits(nv)"
}

with throttle = Throttler\build!
.delay = 0.15
.refillRate = 35
.budget = 750
.alertFailure = true
.shouldSkip = => return true if @player\IsAdmin!

E2.throttleGroup holoScale, throttle

do
holoClip = {
"holoClip(nnvvn)"
"holoClip(nvvn)"
"holoClip(nnvve)"
"holoClip(nvve)"
}

with throttle = Throttler\build!
.delay = 0.15
.refillRate = 15
.budget = 750
.alertFailure = true
.shouldSkip = => return true if @player\IsAdmin!

E2.throttleGroup holoClip, throttle

do
use = {
"use(e:)"
Expand Down

0 comments on commit 46261a1

Please # to comment.