Merge pull request #9760 from pchote/fix-teleporting-harvesters
Fix harvesters teleporting through doors
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
if (exitinfo.MoveIntoWorld)
|
||||
{
|
||||
if (exitinfo.ExitDelay > 0)
|
||||
newUnit.QueueActivity(new Wait(exitinfo.ExitDelay));
|
||||
newUnit.QueueActivity(new Wait(exitinfo.ExitDelay, false));
|
||||
|
||||
newUnit.QueueActivity(move.MoveIntoWorld(newUnit, exit));
|
||||
newUnit.QueueActivity(new AttackMoveActivity(
|
||||
|
||||
Reference in New Issue
Block a user