Skip to content

Commit

Permalink
FIX: Arma 3 EDEN editor removed language translation ($STR_BTC_HAM...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Jan 1, 2018
1 parent b0f782a commit 1ca5fe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions =BTC=co@30_Hearts_and_Minds.Altis/mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ class Mission
dataType="Marker";
position[]={8323.1348,73.933266,10113.239};
name="btc_log_point";
text="Logistic Point";
text=$STR_BTC_HAM_MSQM_MRK_LOGPOINT;
type="mil_flag";
colorName="ColorGreen";
a=0.5;
Expand Down Expand Up @@ -845,7 +845,7 @@ class Mission
{
skill=0.60000002;
init="this setVariable [""side_mission"",true]";
description="Officer";
description=$STR_BTC_HAM_MSQM_OFFICER;
isPlayer=1;
isPlayable=1;
};
Expand Down Expand Up @@ -879,7 +879,7 @@ class Mission
{
skill=0.60000002;
init="this setVariable [""interpreter"",true]";
description="Interpreter";
description=$STR_BTC_HAM_MSQM_INTERPRETER;
isPlayable=1;
};
id=29;
Expand Down Expand Up @@ -913,7 +913,7 @@ class Mission
class Attributes
{
skill=0.60000002;
description="Adv. Engineer";
description=$STR_ACE_Repair_AssignEngineerRole_role_advanced;
isPlayable=1;
};
id=31;
Expand Down

0 comments on commit 1ca5fe1

Please sign in to comment.