Skip to content

Commit ef82516

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 542928b commit ef82516

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
@@ -101,7 +101,7 @@ int CASW_Weapon_Devastator::GetWeaponSubSkillId()
101101

102102
float CASW_Weapon_Devastator::GetMovementScale()
103103
{
104-
return ShouldMarineMoveSlow() ? 0.3f : 0.7f;
104+
return ShouldMarineMoveSlow() ? 0.3f : 0.9f;
105105
}
106106

107107
#ifndef CLIENT_DLL

0 commit comments

Comments
 (0)