Skip to content

Commit

Permalink
switch to using external mall-check script (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime authored Jan 26, 2025
1 parent a32d043 commit bbef030
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions packages/garbo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import { dailySetup } from "./dailies";
import { nonOrganAdventures, runDiet } from "./diet";
import { dailyFights, freeFights } from "./fights";
import {
allMallPrices,
bestJuneCleaverOption,
checkGithubVersion,
HIGHLIGHT,
Expand Down Expand Up @@ -136,7 +135,7 @@ export function main(argString = ""): void {
);
}

allMallPrices();
cliExecute("mallcheck.js");

if (globalOptions.target === $monster.none) {
globalOptions.target = defaultTarget();
Expand Down
10 changes: 0 additions & 10 deletions packages/garbo/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
itemDropsArray,
lastMonster,
Location,
mallPrices,
meatDropModifier,
Monster,
mpCost,
Expand All @@ -48,7 +47,6 @@ import {
rollover,
runChoice,
runCombat,
sessionStorage,
setLocation,
Skill,
soulsauceCost,
Expand Down Expand Up @@ -1059,14 +1057,6 @@ export function candyFactoryValue(): number {
return garboAverageValue(...getDropsList("trainset"));
}

export function allMallPrices() {
const today = todayToString();
if (sessionStorage.getItem("allpricedate") !== today) {
mallPrices("allitems");
sessionStorage.setItem("allpricedate", today);
}
}

export function aprilFoolsRufus() {
if (holiday().includes("April Fool's Day")) {
visitUrl("questlog.php?which=7");
Expand Down
1 change: 1 addition & 0 deletions packages/garbo/static/dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ github Ezandora/Gain
github Loathing-Associates-Scripting-Society/KoL-MineVolcano
github loathers/combo release
github loathers/excavator release
github loathers/mall-check

0 comments on commit bbef030

Please sign in to comment.