Add missing MP5K and Springfield Pack-A-Punch Definition

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

View file

@ -2166,6 +2166,8 @@ float pap_detr(int weapon)
case W_ARMAGEDDON: case W_ARMAGEDDON:
case W_WIDDER: case W_WIDDER:
case W_KILLU: case W_KILLU:
case W_KOLLIDER:
case W_PULVERIZER:
return 1; return 1;
default: default:
return 0; return 0;