Add missing combine action for the Desert Eagle, 20Rnd stanag mag

This commit is contained in:
A Man
2021-08-17 21:55:55 +02:00
parent d3f0427d4c
commit 858f418a3d
2 changed files with 13 additions and 1 deletions

View File

@@ -9,4 +9,9 @@ class 7Rnd_50AE_Deagle: CA_Magazine
ammo = "B_357mag_Ball"; ammo = "B_357mag_Ball";
count = 7; count = 7;
initSpeed = 400; initSpeed = 400;
class ItemActions
{
COMBINE_MAG
};
}; };

View File

@@ -50,7 +50,14 @@ class 100Rnd_556x45_BetaCMagSD: 100Rnd_556x45_BetaCMag {
}; };
/* STANAG <-> G36 */ /* STANAG <-> G36 */
class 20Rnd_556x45_Stanag; class 20Rnd_556x45_Stanag : CA_Magazine
{
class ItemActions
{
COMBINE_MAG
};
};
class 30Rnd_556x45_Stanag : 20Rnd_556x45_Stanag class 30Rnd_556x45_Stanag : 20Rnd_556x45_Stanag
{ {
displayName = $STR_DZ_MAG_30RND_556x45_STANAG_NAME; displayName = $STR_DZ_MAG_30RND_556x45_STANAG_NAME;