TL Cannot equip
This commit is contained in:
parent
46b7baf52b
commit
f87bc58b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue