* Is an industry with the spec a raw industry? * @return true if it should be handled as a raw industry */
| 3181 | * @return true if it should be handled as a raw industry |
| 3182 | */ |
| 3183 | bool IndustrySpec::IsRawIndustry() const |
| 3184 | { |
| 3185 | return this->life_type.Any({IndustryLifeType::Extractive, IndustryLifeType::Organic}); |
| 3186 | } |
| 3187 | |
| 3188 | /** |
| 3189 | * Is an industry with the spec a processing industry? |
no test coverage detected