Skip to content

Commit 45e9c07

Browse files
committed
Increase marine run speed with Devastator equipped from 70% to 90%
70% seems to be too slow causing players to often switch to secondary gun to run faster and only switch to devastator when shooting. For reference, Autogun has 80%, minigun has 95%. Note the marine speeed when shooting with Devastator remains 30% as it was.
1 parent 5779f84 commit 45e9c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/shared/swarm/asw_weapon_devastator_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int CASW_Weapon_Devastator::GetWeaponSubSkillId()
9292

9393
float CASW_Weapon_Devastator::GetMovementScale()
9494
{
95-
return ShouldMarineMoveSlow() ? 0.3f : 0.7f;
95+
return ShouldMarineMoveSlow() ? 0.3f : 0.9f;
9696
}
9797

9898
#ifndef CLIENT_DLL

0 commit comments

Comments
 (0)