Skip to content

Commit

Permalink
Updated Callsign from ZEUS to GODFATHER
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarenx committed Jul 21, 2024
1 parent 255d733 commit 0b5dbe0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Compositions/9.Cav_Mission_Controllers/composition.sqe
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ class items
flags=7;
class Attributes
{
init="call{this setgroupID[""ZEUS""];}";
init="call{this setgroupID[""GODFATHER""];}";
name="S3";
description="1: Lead Mission Controller (ZEUS)@ZEUS";
description="1: Lead Mission Controller (GODFATHER)@GODFATHER";
isPlayable=1;
};
id=849;
Expand Down Expand Up @@ -413,9 +413,9 @@ class items
flags=5;
class Attributes
{
init="call{this setgroupID[""ZEUS""];}";
init="call{this setgroupID[""GODFATHER""];}";
name="S3_1";
description="2: Assistant Mission Controller (ZEUS)@ZEUS";
description="2: Assistant Mission Controller (GODFATHER)@GODFATHER";
isPlayable=1;
};
id=867;
Expand Down Expand Up @@ -463,9 +463,9 @@ class items
flags=5;
class Attributes
{
init="call{this setgroupID[""ZEUS""];}";
init="call{this setgroupID[""GODFATHER""];}";
name="S3_2";
description="3: Assistant Mission Controller (ZEUS)@ZEUS";
description="3: Assistant Mission Controller (GODFATHER)@GODFATHER";
isPlayable=1;
};
id=869;
Expand Down

0 comments on commit 0b5dbe0

Please sign in to comment.