mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
SERVER: Increase Ray Gun put away time
This commit is contained in:
parent
ce93ef1d2d
commit
36a49b40ab
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
@ -4617,4 +4617,4 @@ float(string weapon) WepDef_GetWeaponIDFromName =
|
|||
default: return W_NOWEP;
|
||||
}
|
||||
return W_COLT;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue