V0.2.0: Fixed a bug with Cape of Thorns
This commit is contained in:
parent
ada63db216
commit
28bc72153b
|
@ -64,7 +64,7 @@ public class CapeOfThorns extends Artifact {
|
|||
@Override
|
||||
public String toString(){
|
||||
if (level > 0)
|
||||
return Utils.format("%s%+d %d%", name, level, charge);
|
||||
return Utils.format("%s+%d %d%%", name, level, charge);
|
||||
else
|
||||
return Utils.format("%s %d%%", name, charge);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user