v0.2.3d: fixed armband bug, now properly loses charge when unequipped
This commit is contained in:
parent
e4ea5685ba
commit
7b699cca6d
|
@ -46,7 +46,7 @@ public class MasterThievesArmband extends Artifact {
|
|||
|
||||
@Override
|
||||
public void detach() {
|
||||
charge /= 0.80;
|
||||
charge *= 0.80;
|
||||
super.detach();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user