SERVER: Increase Ray Gun put away time

This commit is contained in:
cypress 2023-09-21 16:16:50 -04:00 committed by GitHub
parent ce93ef1d2d
commit 36a49b40ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1346,7 +1346,7 @@ float(float wep, float delaytype) getWeaponDelay =
else if (delaytype == FIRE)
return 0.35;
else if (delaytype == PUTOUT)
return 0.6;
return 1.0;
else if (delaytype == TAKEOUT)
return 0.3;
case W_SAWNOFF: