We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffd54a commit 7d093e3Copy full SHA for 7d093e3
dlls/gauss.cpp
@@ -45,7 +45,7 @@ LINK_ENTITY_TO_CLASS( weapon_gauss, CGauss );
45
46
float CGauss::GetFullChargeTime( void )
47
{
48
- return 20;
+ return 1.4;
49
}
50
51
#ifdef CLIENT_DLL
0 commit comments