mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Correct Armed Little Bird string
This commit is contained in:
@@ -2,7 +2,7 @@ class AH6J_EP1_DZ: AH6_Base_EP1
|
|||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
side = 2;
|
side = 2;
|
||||||
displayName = "AH6J_DZ";
|
displayName = $STR_VEH_NAME_AH6J;
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
weapons[] = {"TwinM134","CMFlareLauncher"};
|
weapons[] = {"TwinM134","CMFlareLauncher"};
|
||||||
@@ -47,7 +47,7 @@ class AH6J_EP1_DZE: AH6J_EP1_DZ
|
|||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
side = 2;
|
side = 2;
|
||||||
displayName = "AH6J_DZE";
|
displayName = $STR_VEH_NAME_AH6J;
|
||||||
magazines[] = {"60Rnd_CMFlareMagazine"};
|
magazines[] = {"60Rnd_CMFlareMagazine"};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user