diff --git a/moon/wiremod_limits/modules/e2.moon b/moon/wiremod_limits/modules/e2.moon index e6eab9b..066d49f 100644 --- a/moon/wiremod_limits/modules/e2.moon +++ b/moon/wiremod_limits/modules/e2.moon @@ -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:)"