From 8d06da5e5736881617c86cf1ef6725791e3d1913 Mon Sep 17 00:00:00 2001 From: Ignose Date: Fri, 8 Dec 2023 10:24:31 -0500 Subject: [PATCH] Small sim improvement --- src/lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.ts b/src/lib.ts index 73572ad..11897b1 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -380,7 +380,7 @@ export function computeFamiliarWeight(): number { const empathy = have($skill`Empathy of the Newt`) ? 5 : 0; const heart = have($skill`Summon Candy Heart`) ? 5 : 0; const leash = have($skill`Leash of Linguini`) ? 5 : 0; - const puzzle = toInt(getProperty("puzzleChampBonus")); + const puzzle = Witchess.have() ? toInt(getProperty("puzzleChampBonus")) : 0; const robot = computeCombatFrequency(false) === -100 && have($familiar`Comma Chameleon`) &&