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