mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add missing combine action for the Desert Eagle, 20Rnd stanag mag
This commit is contained in:
@@ -9,4 +9,9 @@ class 7Rnd_50AE_Deagle: CA_Magazine
|
||||
ammo = "B_357mag_Ball";
|
||||
count = 7;
|
||||
initSpeed = 400;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
@@ -50,7 +50,14 @@ class 100Rnd_556x45_BetaCMagSD: 100Rnd_556x45_BetaCMag {
|
||||
};
|
||||
/* STANAG <-> G36 */
|
||||
|
||||
class 20Rnd_556x45_Stanag;
|
||||
class 20Rnd_556x45_Stanag : CA_Magazine
|
||||
{
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 30Rnd_556x45_Stanag : 20Rnd_556x45_Stanag
|
||||
{
|
||||
displayName = $STR_DZ_MAG_30RND_556x45_STANAG_NAME;
|
||||
|
||||
Reference in New Issue
Block a user