Skip to content

Commit

Permalink
much better
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Jul 15, 2020
1 parent 24af4cb commit fb76345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/MyHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1430,9 +1430,9 @@ export = class MyHandler extends Handler {
* enable Autokeys - Banking - true if minRef \> currRef \< maxRef AND keys \< minKeys
* Will buy keys.
*/
const isBankingBuyKeysWithEnoughRefs = currReftoScrap > userMinReftoScrap && currKeys < userMinKeys !== false;
const isBankingBuyKeysWithEnoughRefs = currReftoScrap > userMinReftoScrap && currKeys <= userMinKeys !== false;
/*
// <————— \
// <————— \
// Keys --------|----------------------------|----------> ⟩ AND
// ○———————————————————————————————————> /
// Refs --------|----------------------------|---------->
Expand Down

0 comments on commit fb76345

Please sign in to comment.