MCPcopy Create free account
hub / github.com/DFHack/dfhack / set_talent_pool

Method set_talent_pool

plugins/autolabor/autolabor.cpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129 int talent_pool() { return config.ival(3); }
130 void set_talent_pool(int talent_pool) { config.ival(3) = talent_pool; }
131};
132
133struct labor_default

Callers 2

reset_laborFunction · 0.80
autolaborFunction · 0.80

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected