mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-03 00:38:36 +00:00
fixup Bank Runner
This commit is contained in:
@@ -42,8 +42,8 @@ public class Bank implements Strategy {
|
||||
if (Variables.skill_to_train == Skill.WOODCUTTING)
|
||||
org.rev317.min.api.methods.Bank.depositAllExcept(1350, 1352, 1354, 1356, 1358, 1360, 6740);
|
||||
if (Variables.skill_to_train == null) {
|
||||
org.rev317.min.api.methods.Bank.depositAllExcept(1350, 1352, 1354, 1356, 1358, 1360, 6740);
|
||||
Variables.addItemGained(Inventory.getCount(true));
|
||||
org.rev317.min.api.methods.Bank.depositAll();
|
||||
Variables.addItemGained(Inventory.getCount());
|
||||
}
|
||||
Variables.setStatus("none");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user