Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
struct labor_default
Callers
2
reset_labor
Function · 0.80
autolabor
Function · 0.80
Calls
1
ival
Method · 0.80
Tested by
no test coverage detected