| 125 | |
| 126 | int maximum_dwarfs() { return config.ival(2); } |
| 127 | void set_maximum_dwarfs(int maximum_dwarfs) { config.ival(2) = maximum_dwarfs; } |
| 128 | |
| 129 | int talent_pool() { return config.ival(3); } |
| 130 | void set_talent_pool(int talent_pool) { config.ival(3) = talent_pool; } |
no test coverage detected