mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 04:53:30 +08:00
bug fix
This commit is contained in:
@@ -661,6 +661,7 @@ public static class FactoryPatch
|
|||||||
new CodeMatch(ci => ci.IsLdarg()),
|
new CodeMatch(ci => ci.IsLdarg()),
|
||||||
new CodeMatch(OpCodes.Ldfld),
|
new CodeMatch(OpCodes.Ldfld),
|
||||||
new CodeMatch(OpCodes.Ldfld),
|
new CodeMatch(OpCodes.Ldfld),
|
||||||
|
new CodeMatch(ci => ci.LoadsConstant(EMinerType.Oil)),
|
||||||
new CodeMatch(ci => ci.Branches(out _))
|
new CodeMatch(ci => ci.Branches(out _))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user