From f87bc58b5ad4f4634890765c8824113f2d270e4a Mon Sep 17 00:00:00 2001 From: onms Date: Fri, 24 Oct 2025 05:16:07 -0500 Subject: [PATCH] TL Cannot equip --- data/Plugin/着替え.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Plugin/着替え.js b/data/Plugin/着替え.js index 1ffbb2b..6399ea5 100644 --- a/data/Plugin/着替え.js +++ b/data/Plugin/着替え.js @@ -219,7 +219,7 @@ var EquipScreen = defineObject(BaseScreen, else if (item !== null && item.custom.seisyori >= 0) { var text; if (this._targetUnit.getName() == 'クリス' || this._targetUnit.getName() == 'Chris') { - text = 'クリスには装備できません'; + text = 'Cannot be equipped on Chris'; TextRenderer.drawText(90, yy, text, -1, ColorValue.DEFAULT, font); } else { text = 'Can assign to up to ' + item.custom.seisyori + ' people';