Skip to content

Commit

Permalink
fixed #123
Browse files Browse the repository at this point in the history
  • Loading branch information
sk7725 committed Dec 4, 2021
1 parent f11ac31 commit 4d2187d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/betamindy/world/blocks/storage/AnucoinVault.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,11 @@ public AnucoinNode.AnucoinNodeBuild getLink(){
if(world.build(anubank) instanceof AnucoinNode.AnucoinNodeBuild bank) return bank;
return null;
}

@Override
public void pickedUp(){
super.pickedUp();
anubank = -1;
}
}
}

0 comments on commit 4d2187d

Please sign in to comment.