Skip to content

Commit

Permalink
<= to >= (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawWagen authored Dec 22, 2024
1 parent 7f773e4 commit e819dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/powerups/server/groundpound.moon
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit e819dc7

Please sign in to comment.