mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Make LMG magazines only take up one slot
All ammo in Configs\CfgMagazines\Magazines\ is back to taking one gear slot now, same as 1.0.5.1.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class 200Rnd_556x45_M249: CA_Magazine
|
||||
{
|
||||
cartridgeName = "556x45";
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -51,6 +51,7 @@ class 5Rnd_762x51_M24 : CA_Magazine
|
||||
class 100Rnd_762x51_M240: CA_Magazine
|
||||
{
|
||||
cartridgeName = "762x51";
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
@@ -3,6 +3,7 @@ class 100Rnd_762x54_PK : CA_Magazine
|
||||
model = "z\addons\dayz_communityweapons\magazines\pk.p3d";
|
||||
|
||||
cartridgeName = "762x54";
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user