mirror of
https://github.com/nzp-team/quakec.git
synced 2025-04-14 22:11:14 +00:00
SERVER: Give M1911 more accurate below torso damage
This commit is contained in:
parent
4232fc233d
commit
5b94ecb5f8
1 changed files with 2 additions and 2 deletions
|
@ -280,8 +280,8 @@ float(float wep, float type) getWeaponMultiplier =
|
|||
{
|
||||
case HEAD_X: return 3;
|
||||
case UPPER_TORSO_X: return 1;
|
||||
case LOWER_TORSO_X: return 1;
|
||||
case LIMBS_X: return 1;
|
||||
case LOWER_TORSO_X: return 0.8;
|
||||
case LIMBS_X: return 0.8;
|
||||
}
|
||||
break;
|
||||
case W_KAR:
|
||||
|
|
Loading…
Reference in a new issue