Skip to content

Commit

Permalink
fix: compatibility with latest SRL-T
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jun 20, 2024
1 parent 3012541 commit f922b71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions wasp_alcher.simba
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ type
OPEN_BANK, WITHDRAW_NATS, WITHDRAW_MONEY,

OPEN_COLLECT, HANDLE_COLLECT,

CLOSE_INTERFACE,

CAST_ALCHEMY, WAIT_ALCH, WALK_ALCH,

CLOSE_CONTEXT,

SWITCH_ITEM,
Expand Down Expand Up @@ -167,11 +165,11 @@ begin
case Self.State of
EAlcherState.WALK_ALCH: InGe := Map.Walker.WebWalk(Self.GEObj.Coordinates, 10, 0.2);

EAlcherState.OPEN_BANK: Bank.WalkOpenV2();
EAlcherState.OPEN_BANK: Banks.WalkOpen();
EAlcherState.WITHDRAW_NATS: Self.Withdraw(Self.NatureRune);
EAlcherState.WITHDRAW_MONEY: Self.Withdraw(Self.Coins);

EAlcherState.OPEN_COLLECT: CollectBox.WalkOpenV2();
EAlcherState.OPEN_COLLECT: CollectBoxes.WalkOpen();
EAlcherState.HANDLE_COLLECT: Self.HandleCollectBox(['Coins', 'Nature rune']);
EAlcherState.CLOSE_INTERFACE: RSInterface.Close();

Expand Down

0 comments on commit f922b71

Please sign in to comment.