v0.2.3d: fixed armband bug, now properly loses charge when unequipped

This commit is contained in:
Evan Debenham 2015-01-14 23:51:47 -05:00
parent e4ea5685ba
commit 7b699cca6d

View File

@ -46,7 +46,7 @@ public class MasterThievesArmband extends Artifact {
@Override
public void detach() {
charge /= 0.80;
charge *= 0.80;
super.detach();
}