mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
#751 change the inventory space of new magazines
This commit is contained in:
@@ -130,7 +130,15 @@ class CfgMagazines {
|
|||||||
count = 100;
|
count = 100;
|
||||||
picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa";
|
picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa";
|
||||||
};
|
};
|
||||||
|
class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||||
|
type="256";
|
||||||
|
}
|
||||||
|
class 75Rnd_545x39_RPK: CA_Magazine {
|
||||||
|
type="256";
|
||||||
|
}
|
||||||
|
class 100Rnd_556x45: CA_Magazine {
|
||||||
|
type="256";
|
||||||
|
}
|
||||||
|
|
||||||
// Items
|
// Items
|
||||||
class ItemHotwireKit: CA_Magazine
|
class ItemHotwireKit: CA_Magazine
|
||||||
|
|||||||
Reference in New Issue
Block a user