equip kill

This commit is contained in:
Your Name
2020-08-21 21:50:01 -06:00
parent a77c24ba9b
commit 3d4e7c5b0d
2 changed files with 134 additions and 2 deletions

View File

@ -566,7 +566,7 @@ moveHack()
}
if (self _hasPerk("specialty_lightweight"))
moveSpeed *= 1.15;
moveSpeed *= 1.07;
moveSpeed *= (getdvarfloat("g_speed")/190.0);
moveSpeed *= self.moveSpeedScaler;