Chapel Size Increase (250)
- Filename: chapelimp.pkm (2 kB)
- Current version: 1.0 (124 months ago)
- Total downloads: 19,298
Very minor mod upping the amount of citizens that can attend the chapel to 250 from 200.
Existing save games: Your existing chapels will remain at 200, any new chapel built with this mod active will allow 250 visitors.
Code change in Chapel.rscAttendanceDescription attendance
{
int _maxCitizens = 250;
}
note: I did not recompile the full chapel.rsc, that would be wasteful. I simply made the maxCitizens change and packed it. Works well.