fixed harvester LMB lameness; fixed ore rate
This commit is contained in:
@@ -22,6 +22,8 @@ namespace OpenRa.Game.Traits
|
||||
|
||||
public Order Order(Actor self, int2 xy, bool lmb, Actor underCursor)
|
||||
{
|
||||
if (lmb) return null;
|
||||
|
||||
if (underCursor != null
|
||||
&& underCursor.Owner == self.Owner
|
||||
&& underCursor.traits.Contains<AcceptsOre>() && !IsEmpty)
|
||||
|
||||
Reference in New Issue
Block a user