made all orders queuable
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA.Orders
|
||||
var building = underCursor != null ? underCursor.Info.Traits.Get<BuildingInfo>() : null;
|
||||
|
||||
if (building != null && !building.Unsellable)
|
||||
yield return new Order("Sell", underCursor);
|
||||
yield return new Order("Sell", underCursor, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user