Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose authored Nov 13, 2023
1 parent bafd2ba commit 647d1f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export function main(command?: string): void {

const swapMainStatTest = have($item`Deck of Every Card`) && myPrimestat === $stat`Muscle`;

const swapFamAndNCTests = computeCombatFrequency() <= -85;

const tasks: Task[] = getTasks([
RunStartQuest,
earlyLevelingQuest,
Expand All @@ -85,8 +83,8 @@ export function main(command?: string): void {
HotResQuest,
WeaponDamageQuest,
SpellDamageQuest,
swapFamAndNCTests ? FamiliarWeightQuest : NoncombatQuest,
swapFamAndNCTests ? NoncombatQuest : FamiliarWeightQuest,
FamiliarWeightQuest,
NoncombatQuest,
BoozeDropQuest,
DonateQuest,
]);
Expand Down

0 comments on commit 647d1f5

Please sign in to comment.