MineColonies

MineColonies

53M Downloads

Wrong Traits

psxlover opened this issue · 3 comments

commented

Minecolonies version

Curse 0.6.6

Expected behavior

I expected the traits to be the same when viewing the worker menu (right click on worker) and when trying to hire one.

Actual behaviour

The intelligence value I see when trying to hire a delivery man is different than the values on the worker. Not sure if this happens with any other job/trait.

image

image

commented

Good Spot

commented

https://github.com/Minecolonies/minecolonies/blob/39fefca350e69fb7ce3b1c19231a85ced289ed24/src/main/java/com/minecolonies/coremod/client/gui/WindowHireWorker.java#L178

should be citizen.getIntelligence() instead of citizen.getStrength()

Also for the sake of consistency the order of the traits should be the same on the workers and on the hire gui.

commented