Skip to content

Commit

Permalink
Updated Weapons squad leaders description
Browse files Browse the repository at this point in the history
changed "Squad leader" to "Weapons Squad Leader"
  • Loading branch information
Zarenx committed Jul 20, 2024
1 parent b7fa4fa commit 5ca3fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compositions/2.Cav_Bandit_Platoon/composition.sqe
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ class items
{
rank="SERGEANT";
init="call{this setgroupID[""BANDIT-4""];" \n "this setVariable [""cScripts_Player_Unit"", ""BANDIT-4""];}";
description="Squad Leader@BANDIT-4";
description="Weapons Squad Leader@BANDIT-4";
isPlayable=1;
};
id=397;
Expand Down
2 changes: 1 addition & 1 deletion Compositions/3.Cav_Misfit_Platoon/composition.sqe
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ class items
{
rank="SERGEANT";
init="this setGroupid [""MISFIT-4""];" \n "this setVariable [""cScripts_Player_Unit"", ""MISFIT-4""];";
description="Squad Leader@MISFIT-4";
description="Weapons Squad Leader@MISFIT-4";
isPlayable=1;
};
id=467;
Expand Down

0 comments on commit 5ca3fcf

Please sign in to comment.