Wrong Traits
psxlover opened this issue · 3 comments
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.
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.
fixed in next update.
2017-03-06 11:41 GMT-03:00 Alex Pap <[email protected]>:
… https://github.com/Minecolonies/minecolonies/blob/
39fefca/src/main/java/com/
minecolonies/coremod/client/gui/WindowHireWorker.java#L178
should be citizen.getIntelligence() instead of citizen.getStrength()
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#672 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGI9y3hKlkNd2APPA1TE1HnxvD6PF4hjks5rjBsFgaJpZM4MTHWI>
.