Skip to content

Commit

Permalink
Up incentives for construction
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Feb 24, 2024
1 parent 6e2d9ff commit e6672ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Config {
final String agentSymbol = 'ESEIDEL';

/// Whether or not we should enable the idle queue.
final bool serviceIdleQueue = true;
final bool serviceIdleQueue = false;

/// Whether or not we should enable mining behaviors.
final bool enableMining = true;
Expand Down Expand Up @@ -98,8 +98,8 @@ class Config {
/// Used by sellOppsForConstruction to determine what SellOpps for
/// construction materials should be priced at.
final constructionMaxPurchasePrice = {
TradeSymbol.FAB_MATS: 2000,
TradeSymbol.ADVANCED_CIRCUITRY: 6000,
TradeSymbol.FAB_MATS: 3000,
TradeSymbol.ADVANCED_CIRCUITRY: 11000,
};

/// Used by _computeActiveConstruction to compute if we should be doing
Expand Down

0 comments on commit e6672ca

Please sign in to comment.