Skip to content

Commit

Permalink
sandbox arm transform tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
whateverusername0 committed Jun 18, 2023
1 parent b851d38 commit eeb5fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VRTRAKILL/VRTRAKILL/VRPlayer/Guns/Patches/TransformP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ [HarmonyPostfix] [HarmonyPatch(nameof(RocketLauncher.Start))] static void Retran

[HarmonyPatch(typeof(Sandbox.Arm.SandboxArm))] static class SandboxArmT
{
static Vector3 Scale = new Vector3(-.3f, .3f, .3f);
static Vector3 Scale = new Vector3(-.275f, .275f, .275f);

[HarmonyPostfix] [HarmonyPatch(nameof(Sandbox.Arm.SandboxArm.Awake))] static void Retransform(Sandbox.Arm.SandboxArm __instance)
{
Expand Down

0 comments on commit eeb5fb8

Please sign in to comment.