Allow queueing up scatter and move Nudge to an activity
This commit is contained in:
committed by
Matthias Mailänder
parent
54dac39e83
commit
3ab421cbe3
@@ -249,7 +249,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
new LocationInit(self.Location),
|
||||
new OwnerInit(self.Owner)
|
||||
});
|
||||
driver.TraitOrDefault<Mobile>()?.Nudge(driver);
|
||||
driver.QueueActivity(false, new Nudge(driver));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user