From f702df43edcb5b90e5f5d90eeaf3521df184545b Mon Sep 17 00:00:00 2001 From: Ignose <128612824+Ignose@users.noreply.github.com> Date: Sun, 30 Jun 2024 19:51:07 -0400 Subject: [PATCH] Update familiarweight.ts --- src/tasks/familiarweight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks/familiarweight.ts b/src/tasks/familiarweight.ts index a5e9041..af5285c 100644 --- a/src/tasks/familiarweight.ts +++ b/src/tasks/familiarweight.ts @@ -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`);