Add missing MP5K Pack-A-Punch Definition

This commit is contained in:
cypress 2023-11-29 11:43:05 -05:00 committed by GitHub
parent 6b2e5802d9
commit f0ced89573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;