From c4768ddd527554a0bea7e4bd3bb148bf6e5d0f14 Mon Sep 17 00:00:00 2001 From: ArcaneDisgea Date: Fri, 28 May 2021 15:08:58 -0400 Subject: [PATCH] Remove Mettle --- create-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-card.js b/create-card.js index f7914f1..532da11 100644 --- a/create-card.js +++ b/create-card.js @@ -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) {