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:
A Man
2019-10-30 10:01:14 +01:00
parent f1d50386df
commit d233346563
3 changed files with 23 additions and 8 deletions

View File

@@ -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;
};