forked from townforge/townforge
cc: make roads use granite, but less so
This commit is contained in:
parent
97da41ec66
commit
8e2c9d5489
@ -504,7 +504,7 @@ bool get_build_settings_requirements(uint32_t x0, uint32_t y0, uint32_t x1, uint
|
||||
budget[ITEM_LABOUR] += num_weighted_blocks(budget) * get_build_labour_cost_for_height(5);
|
||||
return true;
|
||||
case ROLE_ROAD:
|
||||
budget[ITEM_BASIC_STONE] += scale_building_materials_with_economic_power(area_factor * 8, economic_power);
|
||||
budget[ITEM_MEDIUM_STONE] += scale_building_materials_with_economic_power(area_factor, economic_power);
|
||||
budget[ITEM_LABOUR] += num_weighted_blocks(budget) * get_build_labour_cost_for_height(2);
|
||||
return true;
|
||||
case ROLE_RESEARCH:
|
||||
|
Loading…
Reference in New Issue
Block a user