diff --git a/OpenRA.Mods.Common/Traits/Mobile.cs b/OpenRA.Mods.Common/Traits/Mobile.cs index f7c7aaa163..a16ec3556d 100644 --- a/OpenRA.Mods.Common/Traits/Mobile.cs +++ b/OpenRA.Mods.Common/Traits/Mobile.cs @@ -296,7 +296,7 @@ namespace OpenRA.Mods.Common.Traits public void Nudge(Actor self, Actor nudger, bool force) { - if (IsTraitDisabled || IsTraitPaused) + if (IsTraitDisabled || IsTraitPaused || requireForceMove) return; // Pick an adjacent available cell.