mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Updating strings for AK74, RPK74, MG36 magazines
This fixes the error message of duplicated stringtable entry from a commit before.
This commit is contained in:
@@ -19,7 +19,7 @@ class 100Rnd_556x45_M249 : 200Rnd_556x45_M249
|
||||
|
||||
class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
scope = public;
|
||||
displayName = "MG36 Mag.";
|
||||
displayName = $STR_DZ_MAG_100RND_556x45_MG36_NAME;
|
||||
ammo = "B_556x45_Ball";
|
||||
count = 100;
|
||||
initSpeed = 920;
|
||||
@@ -27,7 +27,7 @@ class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
type="256";
|
||||
tracersEvery = 4;
|
||||
lastRoundsTracer = 4;
|
||||
descriptionShort = "Caliber: 5.56x45 mm NATO Rounds: 100 Used in: MG36, X8 SAW";
|
||||
descriptionShort = $STR_DZ_MAG_100RND_MG36_DESC;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user