This commit is contained in:
ChocoTaco1 2020-09-20 13:43:33 -04:00
parent 4e6aa6729d
commit 0b0e2f297e

View file

@ -2098,7 +2098,7 @@ function plzBounceOffGrid(%obj, %bounceForce, %count)
%vec = VectorNormalize(%vec);
%vec = VectorScale(%vec, 25);
}
else if (%oldSpeed < 60) //Max speed in which to get a bounce: Added so runners cant abuse
else if (%oldSpeed < 60) //Max speed a boost gets applied to a bounce: Added so runners cant abuse
%vec = VectorScale(%vec, 1.15);
// apply the impulse to the object