* Get the cost for removing this industry * Take note that the cost will always be zero for non-grf industries. * Only if the grf author did specified a cost will it be applicable. * @return the cost (inflation corrected etc) */
| 3214 | * @return the cost (inflation corrected etc) |
| 3215 | */ |
| 3216 | Money IndustrySpec::GetRemovalCost() const |
| 3217 | { |
| 3218 | return (_price[PR_CLEAR_INDUSTRY] * this->removal_cost_multiplier) >> 8; |
| 3219 | } |
| 3220 | |
| 3221 | /** |
| 3222 | * Determines whether this industrytype uses standard/newgrf production changes. |
no outgoing calls
no test coverage detected