* Get the cost for removing this house. * @return The cost adjusted for inflation, etc. */
| 230 | * @return The cost adjusted for inflation, etc. |
| 231 | */ |
| 232 | Money HouseSpec::GetRemovalCost() const |
| 233 | { |
| 234 | return (_price[PR_CLEAR_HOUSE] * this->removal_cost) >> 8; |
| 235 | } |
| 236 | |
| 237 | static bool TryBuildTownHouse(Town *t, TileIndex tile, TownExpandModes modes); |
| 238 | static Town *CreateRandomTown(uint attempts, uint32_t townnameparts, TownSize size, bool city, TownLayout layout); |