Remove Mettle

This commit is contained in:
ArcaneDisgea 2021-05-28 15:08:58 -04:00
parent 67a5dd8ff1
commit c4768ddd52

View file

@ -348,7 +348,7 @@ class CardCreator {
ctx.fillStyle = white;
if (data.Character.ClassJobsBozjan.Level != null) {
ctx.fillText(`Rank ${data.Character.ClassJobsBozjan.Level} with ${data.Character.ClassJobsBozjan.Mettle} Mettle`, 480, 450);
ctx.fillText(`Rank ${data.Character.ClassJobsBozjan.Level}`, 480, 450);
}
if (data.Character.ClassJobsElemental.Level != null) {