Skip to content

Commit

Permalink
Foo
Browse files Browse the repository at this point in the history
  • Loading branch information
donZappo committed Feb 21, 2020
1 parent b9728c9 commit e27858b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Galaxy at War/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1894,8 +1894,7 @@ internal static int CalculateFlipMissions(string attacker, string system)
[HarmonyPatch(typeof(SimGameState), "FillMapEncounterContractData")]
public static class MainMenu_Init_Patch
{
static bool Prefix(StarSystem system, SimGameState.ContractDifficultyRange diffRange, Dictionary<int, List<ContractOverride>> potentialContracts,
Dictionary<string, WeightedList<SimGameState.ContractParticipants>> validTargets, MapAndEncounters level)
static bool Prefix()
{
var sim = UnityGameInstance.BattleTechGame.Simulation;
if (WarStatus == null || (sim.IsCampaign && !sim.CompanyTags.Contains("story_complete")))
Expand Down

0 comments on commit e27858b

Please sign in to comment.