From 68bdedb9bae3af600b3755074ebcbf128fc01b6a Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 25 Oct 2015 10:41:17 +0000 Subject: [PATCH] Make the production exit wait uncancellable. --- OpenRA.Mods.Common/Traits/Production.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/Production.cs b/OpenRA.Mods.Common/Traits/Production.cs index d424c0eac8..d98f85fc4d 100644 --- a/OpenRA.Mods.Common/Traits/Production.cs +++ b/OpenRA.Mods.Common/Traits/Production.cs @@ -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(