v0.2.4: made the penalty for unequipping an armband less harsh.
This commit is contained in:
parent
860d001657
commit
e50a016b7e
|
@ -46,7 +46,7 @@ public class MasterThievesArmband extends Artifact {
|
|||
|
||||
@Override
|
||||
public void detach() {
|
||||
charge *= 0.80;
|
||||
charge *= 0.95;
|
||||
super.detach();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user