chore(webui): remove "<ARCHWING> " from item name
This commit is contained in:
parent
d033c2bc12
commit
780a60681d
@ -252,6 +252,9 @@ function fetchItemList() {
|
||||
uniqueLevelCaps = items;
|
||||
} else {
|
||||
items.forEach(item => {
|
||||
if (item.name.includes("<ARCHWING> ")) {
|
||||
item.name = item.name.replace("<ARCHWING> ", "");
|
||||
}
|
||||
if ("badReason" in item) {
|
||||
if (item.badReason == "starter") {
|
||||
item.name = loc("code_starter").split("|MOD|").join(item.name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user