diff --git a/packages/garbo/src/fights.ts b/packages/garbo/src/fights.ts index 9684a108f..1751c45f1 100644 --- a/packages/garbo/src/fights.ts +++ b/packages/garbo/src/fights.ts @@ -137,6 +137,7 @@ import { import { crateStrategy, doingGregFight, + gregReady, initializeExtrovermectinZones, saberCrateIfSafe, } from "./extrovermectin"; @@ -376,7 +377,7 @@ function startWandererCounter() { } do { let run: ActionSource; - if (get("beGregariousFightsLeft") > 0) { + if (gregReady()) { print( "You still have gregs active, so we're going to wear your meat outfit.", );