Skip to content

Commit

Permalink
Bug Fix: Added advanced contracting to the slots tool (Reported by Ma…
Browse files Browse the repository at this point in the history
…gnarM)
  • Loading branch information
GoldenGnu committed Oct 6, 2023
1 parent 75b3cbe commit 1d2424d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public final void count(OwnerType ownerType) {
marketOrdersMax = marketOrdersMax + (skill.getActiveSkillLevel() * 32);
break;
case 25235: //Contracting (+4)
case 73912: //Advanced Contracting (+4)
contractCharacterMax = contractCharacterMax + (skill.getActiveSkillLevel() * 4);
break;
case 25233: //Corporation Contracting (+10)
Expand Down

0 comments on commit 1d2424d

Please sign in to comment.