>>217
The material calculations should be like this
wood = wood + (modifier * woodcutting_skill)

but I accidentally did this:
wood = woodcutting_skill + (modifier * woodcutting_skill)

if hunter then modifier = 1.0
if guard then modifier = 0.1

I need to reset the wood/iron tomorrow because the bug gave too many materials away.