From e819dc714a89a7a00bdab94d037edbffe8b894e9 Mon Sep 17 00:00:00 2001 From: StrawWagen <64710817+StrawWagen@users.noreply.github.com> Date: Sat, 21 Dec 2024 18:11:20 -0700 Subject: [PATCH] <= to >= (#52) --- lua/powerups/server/groundpound.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/powerups/server/groundpound.moon b/lua/powerups/server/groundpound.moon index 09203b1..6dea381 100644 --- a/lua/powerups/server/groundpound.moon +++ b/lua/powerups/server/groundpound.moon @@ -284,7 +284,7 @@ class GroundpoundPowerup extends BasePowerup @owner\EmitSound "weapons/mortar/mortar_shell_incomming1.wav", 120, 100, 0.5 @nextUpToSpeedSound = CurTime! + 15 - if speed <= TERMINAL_VELOCITY and not @upToTerminalSpeedSound -- sound when hitting terminal velocity + if speed >= TERMINAL_VELOCITY and not @upToTerminalSpeedSound -- sound when hitting terminal velocity @upToTerminalSpeedSound = true if @nextUpToTerminalSpeedSound < CurTime! filter = RecipientFilter!