mcv deploy while moving; bounds is slightly bigger than one tile.
This commit is contained in:
@@ -9,10 +9,10 @@ namespace OpenRa.Game.Traits
|
||||
|
||||
public Order IssueOrder(Actor self, int2 xy, MouseInput mi, Actor underCursor)
|
||||
{
|
||||
if (mi.Button == MouseButton.Left) return null;
|
||||
if( xy != self.Location ) return null;
|
||||
|
||||
if (mi.Button == MouseButton.Right && self == underCursor)
|
||||
return new Order("DeployMcv", self, null, int2.Zero, null);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public void ResolveOrder( Actor self, Order order )
|
||||
|
||||
@@ -22,11 +22,11 @@ All tracked vehicles
|
||||
Light vehicles
|
||||
V2RL Works
|
||||
APC Cargo doesn't work
|
||||
MNLY Mines don't work - strategy to be decided on minefield placement
|
||||
MNLY Can't reload at FIX
|
||||
MGG No gap
|
||||
MRJ No radar
|
||||
JEEP Works
|
||||
MCV Deploy while moving is funky
|
||||
MCV Works
|
||||
HARV Works
|
||||
ARTY Works
|
||||
|
||||
|
||||
Reference in New Issue
Block a user