equal
deleted
inserted
replaced
253 } |
253 } |
254 /* 2x as expensive to add more trees to an existing tile */ |
254 /* 2x as expensive to add more trees to an existing tile */ |
255 cost.AddCost(_price.build_trees * 2); |
255 cost.AddCost(_price.build_trees * 2); |
256 break; |
256 break; |
257 |
257 |
|
258 case MP_WATER: |
|
259 msg = STR_3807_CAN_T_BUILD_ON_WATER; |
|
260 continue; |
|
261 break; |
|
262 |
258 case MP_CLEAR: |
263 case MP_CLEAR: |
259 if (!IsTileOwner(tile, OWNER_NONE) || |
264 if (!IsTileOwner(tile, OWNER_NONE) || |
260 IsBridgeAbove(tile)) { |
265 IsBridgeAbove(tile)) { |
261 msg = STR_2804_SITE_UNSUITABLE; |
266 msg = STR_2804_SITE_UNSUITABLE; |
262 continue; |
267 continue; |