Skip to content

Commit

Permalink
fix: update moon mining quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored and warlof committed Jan 3, 2022
1 parent 76b7040 commit 39afaf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CorporationIndustryMiningExtraction extends Model
/**
* Return the base m3 amount gained per hour of extraction length.
*/
const BASE_DRILLING_VOLUME = 20000;
const BASE_DRILLING_VOLUME = 40000;

/**
* @var bool
Expand Down

0 comments on commit 39afaf7

Please sign in to comment.