13 public ClickSafe(SafeCracker sA) {
14 super(sA);
15 }
59 Collections.addAll(nodes, new ClickSafe(this), new EatFood(this), new CloseBank(this),
60 new DepositGems(this), new OpenBank(this), new ReturnToCracking(this), new WithdrawFood(this));
I posted the src folder link btw
EDIT: btw if I remove the clicksafe object, the error will just show for EatFood instead at the same place