Skip to content

Commit

Permalink
In Ronin, you can only pull one of an item (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veracity0 committed Jan 26, 2022
1 parent 1ad7a1f commit 7cc25ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/net/sourceforge/kolmafia/swingui/ItemManageFrame.java
Expand Up @@ -476,6 +476,9 @@ public HagnkStoragePanel(final boolean isEquipmentOnly) {
public void addMovers() {
if (!this.isEquipmentOnly) {
super.addMovers();
if (KoLCharacter.inRonin()) {
this.movers[3].setSelected(true);
}
}
}

Expand Down

0 comments on commit 7cc25ee

Please sign in to comment.