Skip to content

Commit

Permalink
Update familiarweight.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose authored Jun 30, 2024
1 parent 4375653 commit f702df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/familiarweight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const FamiliarWeightQuest: Quest = {
},
{
name: "Fiesta Exit",
completed: () => have($effect`Party Soundtrack`) || !have($skill`Cincho: Party Soundtrack`),
completed: () => have($effect`Party Soundtrack`) || !have($skill`Cincho: Party Soundtrack`) || 100 - get("_cinchUsed") < 75,
do: (): void => {
equip($slot`acc3`, $item`Cincho de Mayo`);
useSkill($skill`Cincho: Party Soundtrack`);
Expand Down

0 comments on commit f702df4

Please sign in to comment.