From 44e685163152c27b3146c528d1fe8ce7e342faa0 Mon Sep 17 00:00:00 2001 From: Shiverwarp Date: Thu, 12 Oct 2023 13:32:47 -0600 Subject: [PATCH] Proper greglike check for digitize (#1640) --- packages/garbo/src/fights.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.", );