(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.
This commit is contained in:
@@ -125,6 +125,12 @@ enum Price {
|
||||
PR_BUILD_FOUNDATION,
|
||||
PR_BUILD_INDUSTRY_RAW,
|
||||
PR_BUILD_TOWN,
|
||||
PR_BUILD_CANAL,
|
||||
PR_CLEAR_CANAL,
|
||||
PR_BUILD_AQUEDUCT,
|
||||
PR_CLEAR_AQUEDUCT,
|
||||
PR_BUILD_LOCK,
|
||||
PR_CLEAR_LOCK,
|
||||
|
||||
PR_END,
|
||||
INVALID_PRICE = 0xFF
|
||||
|
Reference in New Issue
Block a user