Skip to content

Commit

Permalink
Proper greglike check for digitize (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiverwarp authored Oct 12, 2023
1 parent c0b681d commit 44e6851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/garbo/src/fights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ import {
import {
crateStrategy,
doingGregFight,
gregReady,
initializeExtrovermectinZones,
saberCrateIfSafe,
} from "./extrovermectin";
Expand Down Expand Up @@ -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.",
);
Expand Down

0 comments on commit 44e6851

Please sign in to comment.