Skip to content

Commit 1911174

Browse files
committed
Update Code
1 parent 9200b7e commit 1911174

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Patches/AddVein/PlanetThemePatches.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Reflection;
1+
using System.Collections.Generic;
42
using System.Reflection.Emit;
53
using HarmonyLib;
6-
using ProjectGenesis.Utils;
74

85
// ReSharper disable InconsistentNaming
96

src/Patches/DarkFogPowerFactorPatches.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static IEnumerable<CodeInstruction> DFGBaseComponent_UpdateFactoryThreat_
1515

1616
matcher.End().MatchBack(false, new CodeMatch(OpCodes.Ldc_R8, 0.85));
1717

18-
matcher.InsertAndAdvance(new CodeInstruction(OpCodes.Ldc_R8, 10.0), new CodeInstruction(OpCodes.Mul));
18+
matcher.InsertAndAdvance(new CodeInstruction(OpCodes.Ldc_R8, 20.0), new CodeInstruction(OpCodes.Mul));
1919

2020
return matcher.InstructionEnumeration();
2121
}

0 commit comments

Comments
 (0)