Old revision #pmwystspn | New revision #plgp1zulc | ||
---|---|---|---|
39 | } | 39 | } |
40 | 40 | ||
41 | if (GetWaterClass(tile) != WATER_CLASS_RIVER) cost.AddCost(_price[PR_CLEAR_CANAL]); | 41 | if (GetWaterClass(tile) != WATER_CLASS_RIVER) cost.AddCost(_price[PR_CLEAR_CANAL]); |
42 | |||
43 | cost.AddCost(_price[PR_CLEAR_LOCK]); | 42 | cost.AddCost(_price[PR_CLEAR_LOCK]); |
44 | return cost; | 43 | return cost; |
45 | 44 |