mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 06:13:36 +08:00
Merge pull request #37 from Trol1face/mechadronestweaks
Update MechaDronesTweaks.cs
This commit is contained in:
@@ -111,7 +111,7 @@ public static class MechaDronesTweaks
|
||||
matcher.MatchForward(false,
|
||||
new CodeMatch(OpCodes.Ldc_I4_1),
|
||||
new CodeMatch(OpCodes.Stfld, AccessTools.Field(typeof(DroneComponent), nameof(DroneComponent.stage)))
|
||||
).Operand = 2;
|
||||
).Opcode = OpCodes.Ldc_I4_2;
|
||||
return matcher.InstructionEnumeration();
|
||||
}
|
||||
|
||||
@@ -190,4 +190,4 @@ public static class MechaDronesTweaks
|
||||
);
|
||||
return matcher.InstructionEnumeration();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user