fix issue where shipyard did not produce anything
This commit is contained in:
@@ -13,6 +13,7 @@ struct ShipBlueprint
|
||||
{
|
||||
std::vector<RecipeIngredient> materials;
|
||||
int playerProductionLevel;
|
||||
double productionTimeSeconds;
|
||||
};
|
||||
|
||||
// Wave scheduling cost (REQ-WAV-THREAT-COST). Ships with cost_formula that
|
||||
|
||||
Reference in New Issue
Block a user