From 14e74dc0cefb6416d72f4c442a5b76545a0af1bf Mon Sep 17 00:00:00 2001 From: Grntrenchman Date: Thu, 30 Jul 2026 13:20:45 -0700 Subject: [PATCH 1/3] Update RunandGun.cs Remove RunandGun Continued --- Source/Mods/RunandGun.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Mods/RunandGun.cs b/Source/Mods/RunandGun.cs index da3eff1b..7d951887 100644 --- a/Source/Mods/RunandGun.cs +++ b/Source/Mods/RunandGun.cs @@ -7,10 +7,8 @@ namespace Multiplayer.Compat { /// RunAndGun by roolo /// - /// /// [MpCompatFor("roolo.RunAndGun")] - [MpCompatFor("memegoddess.RunAndGun")] class RunandGun { public RunandGun(ModContentPack mod) From 8e0bb069cd2dfe83048b361296eee920f0e0d5bd Mon Sep 17 00:00:00 2001 From: Grntrenchman Date: Thu, 30 Jul 2026 13:21:54 -0700 Subject: [PATCH 2/3] Add RunandGun Continued as separate patch. Adding a new file to patch RunandGun Continued, since it's updated patch will break RunandGun compatibility. --- Source/Mods/RunandGunContinued.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Source/Mods/RunandGunContinued.cs diff --git a/Source/Mods/RunandGunContinued.cs b/Source/Mods/RunandGunContinued.cs new file mode 100644 index 00000000..e2d4a3f8 --- /dev/null +++ b/Source/Mods/RunandGunContinued.cs @@ -0,0 +1,20 @@ +using System; +using Verse; +using HarmonyLib; +using Multiplayer.API; + +namespace Multiplayer.Compat +{ + /// RunAndGun Continued + /// + /// + [MpCompatFor("memegoddess.RunAndGun")] + class RunandGunContinued + { + public RunandGunContinued(ModContentPack mod) + { + MpCompat.RegisterLambdaDelegate("RunAndGun.Harmony.Pawn_DraftController_GetGizmos_Patch", "Postfix", 1); + PatchingUtilities.PatchUnityRand("RunAndGun.Harmony.MentalStateHandler_TryStartMentalState:shouldRunAndGun", false); + } + } +} From 628d7afff1d6518baded6b34d31783b0bafe7181 Mon Sep 17 00:00:00 2001 From: Grntrenchman Date: Thu, 30 Jul 2026 13:23:32 -0700 Subject: [PATCH 3/3] Update README.md Add RunAndGun Continued to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c8dcf8d..b7df6279 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ RimFridge | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/? Rimsential - Spaceports | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=2663999215) [![url][repo]](https://github.com/SomewhereOutInSpace/Rimworld-Spaceports) RPG Style Inventory | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=1561221991) [![url][repo]](https://github.com/SandyTheGreat/RPG-Style-Inventory) RunAndGun | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550) [![url][repo]](https://github.com/rheirman/RunAndGun) +RunAndGun Continued | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=3562365100) [![url][repo]](https://github.com/MemeGoddess/RunAndGun) Search and Destroy | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=1467764609) [![url][repo]](https://github.com/rheirman/SearchAndDestroy) Signs and Comments | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=2576219203) [![url][repo]](https://github.com/JTJutajoh/RimWorld.Signs) Simple Sidearms | [![url][steam]](https://steamcommunity.com/sharedfiles/filedetails/?id=927155256) [![url][repo]](https://github.com/PeteTimesSix/SimpleSidearms)