Tool Upgrade 1 is not mutually exclusive with Tool Upgrade 3
Blackberry0Pie opened this issue ยท 1 comments
Blackberry0Pie commented
I believe this is unintended.
In ancientwarfare/core/upgrade/WorksiteUpgrade.java
change
TOOL_QUALITY_3(new int[] {7, 8}, new int[] {7,8}),
to
TOOL_QUALITY_3(new int[] {6, 7}, new int[] {6,7}),
P3pp3rF1y commented
yes, you're right that definitely wasn't intentional. thanks