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
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user