mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-25 05:11:03 +00:00
Add missing MP5K Pack-A-Punch Definition
This commit is contained in:
parent
6b2e5802d9
commit
f0ced89573
1 changed files with 3 additions and 0 deletions
|
@ -2354,6 +2354,9 @@ float pap_detr(int weapon)
|
|||
case W_PULVERIZER:
|
||||
return 1;
|
||||
break;
|
||||
case W_KOLLIDER:
|
||||
return 1;
|
||||
break;
|
||||
case W_M1000:
|
||||
return 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue