TL Cannot equip

This commit is contained in:
onms 2025-10-24 05:16:07 -05:00
parent 46b7baf52b
commit f87bc58b5a

View file

@ -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';