Add vanilla magwells for 40mm grenades (#7004)

This commit is contained in:
BaerMitUmlaut 2019-05-22 01:31:37 +02:00 committed by GitHub
parent 50afcda918
commit 452cba7ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,7 @@ class CfgMagazineWells {
class CBA_40mm_M203 {
ADDON[] = {"ACE_40mm_flare_white", "ACE_40mm_flare_red", "ACE_40mm_flare_green", "ACE_40mm_flare_ir"};
};
class UGL_40x36 {
ADDON[] = {"ACE_40mm_flare_white", "ACE_40mm_flare_red", "ACE_40mm_flare_green", "ACE_40mm_flare_ir"};
};
};