v0.2.3f: corrected quickslot refresh logic across items

This commit is contained in:
Evan Debenham
2015-01-26 01:20:39 -05:00
parent 6a0776afcc
commit 9d90a24a95
10 changed files with 28 additions and 29 deletions
@@ -175,6 +175,8 @@ public class HornOfPlenty extends Artifact {
GLog.p("Your horn is full of food!");
partialCharge = 0;
}
updateQuickslot();
}
} else
partialCharge = 0;