Refineries now show which harvesters are linked by holding down ALT key.

This commit is contained in:
James Dunne
2012-06-24 17:58:14 -05:00
parent 845379e577
commit 1f0da42a15
6 changed files with 75 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ namespace OpenRA.Mods.RA.Activities
}
else
{
harv.LinkedProc = harv.OwnerLinkedProc;
harv.LinkProc(self, harv.OwnerLinkedProc);
}
if (harv.LinkedProc == null || !harv.LinkedProc.IsInWorld)