This commit is contained in:
INeedBots 2020-10-04 00:11:10 -06:00
parent 4e1bd57f69
commit d53a048693

View File

@ -800,6 +800,8 @@ moveHack()
if (self _hasPerk("specialty_lightweight"))
moveSpeed *= 1.07;
// speed according to forward, left, right, back components?
moveSpeed *= (getdvarfloat("g_speed")/190.0);
moveSpeed *= self.moveSpeedScaler;