Skip to content

Commit

Permalink
force ally with player faction
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Sep 4, 2024
1 parent 6c382ab commit 6d2848a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ public partial class FactionDefs
Policies.Traders,
Policies.Explorers,
},
Player = new List<string>
{
"ECO"
},

// formations
Formations = new List<Formation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ public partial class FactionDefs
Policies.Traders,
Policies.Explorers,
},
Player = new List<string>
{
"GLF"
},

// formations
Formations = new List<Formation>
Expand Down

0 comments on commit 6d2848a

Please sign in to comment.