Compare commits
1 Commits
1d9716b5eb
...
1e33777af7
Author | SHA1 | Date | |
---|---|---|---|
1e33777af7 |
@ -976,11 +976,7 @@ class Player {
|
|||||||
nameToUse = cur.Arg1;
|
nameToUse = cur.Arg1;
|
||||||
}
|
}
|
||||||
let nameFullWidth = nameToUse.replace(/[A-Za-z0-9]/g, function(s) {return String.fromCharCode(s.charCodeAt(0) + 0xFEE0);});
|
let nameFullWidth = nameToUse.replace(/[A-Za-z0-9]/g, function(s) {return String.fromCharCode(s.charCodeAt(0) + 0xFEE0);});
|
||||||
let nameHalfWidth = nameToUse.replace(/[A-Za-z0-9]/g, function(s) {return String.fromCharCode(s.charCodeAt(0) - 0xFEE0)});
|
this.text.characterName(true, this.utage.charTranslations[nameToUse] || this.utage.charTranslations[nameFullWidth] || nameToUse);
|
||||||
this.text.characterName(true, this.utage.charTranslations[nameToUse]
|
|
||||||
|| this.utage.charTranslations[nameFullWidth]
|
|
||||||
|| this.utage.charTranslations[nameHalfWidth]
|
|
||||||
|| nameToUse);
|
|
||||||
this.text.dialogText(true, text);
|
this.text.dialogText(true, text);
|
||||||
//restoreTint is set from a colorTo command.
|
//restoreTint is set from a colorTo command.
|
||||||
//We want to maintain the tint change from colorTo during speaking still.
|
//We want to maintain the tint change from colorTo during speaking still.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user