1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 21:33:28 +08:00
This commit is contained in:
2024-03-29 21:40:34 +08:00
parent 0bb4a8f4af
commit 74e796431e

View File

@@ -661,6 +661,7 @@ public static class FactoryPatch
new CodeMatch(ci => ci.IsLdarg()),
new CodeMatch(OpCodes.Ldfld),
new CodeMatch(OpCodes.Ldfld),
new CodeMatch(ci => ci.LoadsConstant(EMinerType.Oil)),
new CodeMatch(ci => ci.Branches(out _))
);