From aacb07cfce1ab9d18cde4b14a7802cde34c2a0d1 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 31 Dec 2019 15:10:18 -0500 Subject: [PATCH] Update LakRabbitGame.cs --- Classic/scripts/LakRabbitGame.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Classic/scripts/LakRabbitGame.cs b/Classic/scripts/LakRabbitGame.cs index b71c0f3..d46fd1e 100644 --- a/Classic/scripts/LakRabbitGame.cs +++ b/Classic/scripts/LakRabbitGame.cs @@ -17,6 +17,9 @@ // Thanks for helping me test! // maradona, pip, phantom jaguar, hilikus, the_ham, pip, wiggle, dragon, pancho villa, w/o, nectar and many others.. // +// v3.36 Dec 2019 +// Boundary bounce speed limit +// // v3.35 April 2019 // Added Not enough players flag message delay // Shock in the back bonus 2 > 1.5 @@ -2082,7 +2085,7 @@ function plzBounceOffGrid(%obj, %bounceForce, %count) %vec = VectorNormalize(%vec); %vec = VectorScale(%vec, 25); } - else + else if (%oldSpeed < 300) %vec = VectorScale(%vec, 1.15); // apply the impulse to the object