Skip to content

Commit

Permalink
1.7.17E + petros init fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefArma committed Oct 26, 2017
1 parent 3552a32 commit 7a5090d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Change faction or island/mission AltisB.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Mission
{
class Intel
{
briefingName="[SP/CO] - Antistasi Altis Blufor 1.7.17C ";
briefingName="[SP/CO] - Antistasi Altis Blufor 1.7.17E ";
overviewText="Build FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down Expand Up @@ -1197,7 +1197,6 @@ class Mission
{
skill=1;
rank="CAPTAIN";
init="grupoPetros = group this; " \n "grupoPetros setGroupId [""Petros"",""GroupColor4""]; " \n "this setIdentity ""amiguete""; " \n "petros setName ""Petros""; " \n "petros forceSpeed 0; " \n "petros setCombatMode ""GREEN""; " \n "petros addAction [localize ""str_act_missionRequest"", {nul=CreateDialog ""mission_menu"";},nil,0,false,true,"""",""(isPlayer _this) and (_this == _this getVariable ['owner',objNull])""];";
name="petros";
description="Petros";
};
Expand Down
2 changes: 1 addition & 1 deletion Change faction or island/mission AltisG.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Mission
{
class Intel
{
briefingName="[SP/CO] Antistasi Altis Green 1.7.17C";
briefingName="[SP/CO] Antistasi Altis Green 1.7.17E";
overviewText="Build FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down
1 change: 0 additions & 1 deletion Change faction or island/mission BornholmB.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -10676,7 +10676,6 @@ class Mission
{
skill=1;
rank="CAPTAIN";
init="grupoPetros = group this; " \n "grupoPetros setGroupId [""Petros"",""GroupColor4""]; " \n "this setIdentity ""amiguete""; " \n "petros setName ""Petros""; " \n "petros forceSpeed 0; " \n "petros setCombatMode ""GREEN""; " \n "petros addAction [localize ""str_act_missionRequest"", {nul=CreateDialog ""mission_menu"";},nil,0,false,true,"""",""(isPlayer _this) and (_this == _this getVariable ['owner',objNull])""];";
name="petros";
description="Petros";
};
Expand Down
2 changes: 1 addition & 1 deletion Change faction or island/mission NapfB.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class Mission
{
class Intel
{
briefingName="[SP/CO] Antistasi Napf Blufor 1.7.17C ";
briefingName="[SP/CO] Antistasi Napf Blufor 1.7.17E ";
overviewText="Build an FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down
2 changes: 1 addition & 1 deletion Change faction or island/mission NapfG.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class Mission
{
class Intel
{
briefingName="[SP/CO] Antistasi Napf Greenfor 1.7.17C ";
briefingName="[SP/CO] Antistasi Napf Greenfor 1.7.17E ";
overviewText="Build an FIA Army from scratch and defeat the AAF and CSAT forces in a whole map Dynamic Mission.";
resistanceWest=0;
resistanceEast=1;
Expand Down

0 comments on commit 7a5090d

Please sign in to comment.