How to restrict an improvement to 1 *ever* ?
Hi all,
I've got a few faction specific unique buildings in my mod that create bonus resources etc nearby when built. They are unique... only one per faction... However they can be misused by razing the improvement and building it multiple times to create multiple bonus resources. Doh.
Ideally these improvements would be "you can only be one of these, ever".
I tried making a unique resource, giving the faction 1 of them and then adding a ProductionRequirement (of 1 of the unique resource) to the Improvement. It didn't work.... it caused problems with the Improvement... i'm guessing that ProdutionRequirement doesn't work properly on improvements.
Any ideas on how make an improvement "build 1 ever", or other ideas on how I could prevent misuse of these improvements?
Thanks.