Remove Mettle
This commit is contained in:
parent
67a5dd8ff1
commit
c4768ddd52
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class CardCreator {
|
||||||
ctx.fillStyle = white;
|
ctx.fillStyle = white;
|
||||||
|
|
||||||
if (data.Character.ClassJobsBozjan.Level != null) {
|
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) {
|
if (data.Character.ClassJobsElemental.Level != null) {
|
||||||
|
|
Loading…
Reference in a new issue